1 /* 2 * Copyright (c) 2019 IBM Corporation. All rights reserved. 3 * Copyright (c) 2019 Mellanox Technologies, Inc. 4 * All rights reserve 5 * 6 * $COPYRIGHT$ 7 * 8 * Additional copyrights may follow 9 * 10 * $HEADER$ 11 */ 12 13 #ifndef PMIX_NATIVE_H 14 #define PMIX_NATIVE_H 15 16 #include <src/include/pmix_config.h> 17 18 19 #include "src/mca/psquash/psquash.h" 20 21 BEGIN_C_DECLS 22 23 /* the component must be visible data for the linker to find it */ 24 PMIX_EXPORT extern pmix_psquash_base_component_t mca_psquash_native_component; 25 extern pmix_psquash_base_module_t pmix_psquash_native_module; 26 27 END_C_DECLS 28 29 #endif