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