root/opal/mca/pmix/s1/pmix_s1.h

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

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2014      Intel, Inc.  All rights reserved.
   3  * $COPYRIGHT$
   4  *
   5  * Additional copyrights may follow
   6  *
   7  * $HEADER$
   8  */
   9 
  10 #ifndef MCA_PMIX_S1_H
  11 #define MCA_PMIX_S1_H
  12 
  13 #include "opal_config.h"
  14 
  15 #include "opal/mca/mca.h"
  16 #include "opal/mca/pmix/pmix.h"
  17 #include "opal/mca/pmix/base/pmix_base_fns.h"
  18 
  19 BEGIN_C_DECLS
  20 
  21 /*
  22  * Globally exported variable
  23  */
  24 
  25 OPAL_DECLSPEC extern opal_pmix_base_component_t mca_pmix_s1_component;
  26 
  27 OPAL_DECLSPEC extern const opal_pmix_base_module_t opal_pmix_s1_module;
  28 
  29 END_C_DECLS
  30 
  31 #endif /* MCA_PMIX_S1_H */

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