root/orte/mca/state/novm/state_novm.h

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

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2011-2012 Los Alamos National Security, LLC.
   3  *                         All rights reserved.
   4  *
   5  * $COPYRIGHT$
   6  *
   7  * Additional copyrights may follow
   8  *
   9  * $HEADER$
  10  */
  11 
  12 /**
  13  * @file
  14  *
  15  */
  16 
  17 #ifndef MCA_STATE_NOVM_EXPORT_H
  18 #define MCA_STATE_NOVM_EXPORT_H
  19 
  20 #include "orte_config.h"
  21 
  22 #include "orte/mca/state/state.h"
  23 
  24 BEGIN_C_DECLS
  25 
  26 /*
  27  * Local Component structures
  28  */
  29 
  30 ORTE_MODULE_DECLSPEC extern orte_state_base_component_t mca_state_novm_component;
  31 
  32 ORTE_DECLSPEC extern orte_state_base_module_t orte_state_novm_module;
  33 
  34 END_C_DECLS
  35 
  36 #endif /* MCA_STATE_NOVM_EXPORT_H */

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