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