1 /* 2 * Copyright (c) 2010 Cisco Systems, Inc. All rights reserved. 3 * Copyright (c) 2016 Intel, Inc. All rights reserved. 4 * $COPYRIGHT$ 5 * 6 * Additional copyrights may follow 7 * 8 * $HEADER$ 9 * 10 */ 11 12 #ifndef PMIX_PIF_BASE_H 13 #define PMIX_PIF_BASE_H 14 15 #include "pmix_config.h" 16 17 #include "src/mca/base/pmix_mca_base_framework.h" 18 19 #include "src/mca/pif/pif.h" 20 21 BEGIN_C_DECLS 22 23 /* 24 * Framework declaration 25 */ 26 PMIX_EXPORT extern pmix_mca_base_framework_t pmix_pif_base_framework; 27 28 END_C_DECLS 29 30 #endif /* PMIX_BASE_PIF_H */