root/orte/mca/rmaps/ppr/rmaps_ppr.h

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

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2011-2017 Cisco Systems, Inc.  All rights reserved
   3  * $COPYRIGHT$
   4  *
   5  * Additional copyrights may follow
   6  *
   7  * $HEADER$
   8  */
   9 
  10 #ifndef ORTE_RMAPS_PPR_H
  11 #define ORTE_RMAPS_PPR_H
  12 
  13 #include "orte_config.h"
  14 
  15 #include "opal/mca/hwloc/hwloc-internal.h"
  16 
  17 #include "orte/mca/rmaps/rmaps.h"
  18 
  19 BEGIN_C_DECLS
  20 
  21 ORTE_MODULE_DECLSPEC extern orte_rmaps_base_component_t mca_rmaps_ppr_component;
  22 extern orte_rmaps_base_module_t orte_rmaps_ppr_module;
  23 
  24 
  25 END_C_DECLS
  26 
  27 #endif

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