root/orte/mca/routed/binomial/routed_binomial.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2007      Los Alamos National Security, LLC.
   3  *                         All rights reserved.
   4  * $COPYRIGHT$
   5  *
   6  * Additional copyrights may follow
   7  *
   8  * $HEADER$
   9  */
  10 
  11 #ifndef MCA_ROUTED_BINOMIAL_H
  12 #define MCA_ROUTED_BINOMIAL_H
  13 
  14 #include "orte_config.h"
  15 
  16 #include "orte/mca/routed/routed.h"
  17 
  18 BEGIN_C_DECLS
  19 
  20 ORTE_MODULE_DECLSPEC extern orte_routed_component_t mca_routed_binomial_component;
  21 
  22 extern orte_routed_module_t orte_routed_binomial_module;
  23 
  24 END_C_DECLS
  25 
  26 #endif

/* [<][>][^][v][top][bottom][index][help] */