Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-23 10:12:53

0001 /*
0002  * Copyright (c) 2010      Cisco Systems, Inc.  All rights reserved.
0003  * Copyright (c) 2016      Intel, Inc.  All rights reserved.
0004  * Copyright (c) 2022      Nanook Consulting.  All rights reserved.
0005  * $COPYRIGHT$
0006  *
0007  * Additional copyrights may follow
0008  *
0009  * $HEADER$
0010  *
0011  */
0012 
0013 #ifndef PMIX_PIF_BASE_H
0014 #define PMIX_PIF_BASE_H
0015 
0016 #include "src/include/pmix_config.h"
0017 
0018 #include "src/mca/base/pmix_mca_base_framework.h"
0019 
0020 #include "src/mca/pif/pif.h"
0021 
0022 BEGIN_C_DECLS
0023 
0024 /*
0025  * Framework declaration
0026  */
0027 PMIX_EXPORT extern pmix_mca_base_framework_t pmix_pif_base_framework;
0028 
0029 END_C_DECLS
0030 
0031 #endif /* PMIX_BASE_PIF_H */