1 /* 2 * Copyright (c) 2015-2016 Mellanox Technologies, Inc. 3 * All rights reserved. 4 * Copyright (c) 2017 Intel, Inc. All rights reserved. 5 * $COPYRIGHT$ 6 * 7 * Additional copyrights may follow 8 * 9 * $HEADER$ 10 */ 11 12 #ifndef PMIX_SM_MMAP_H 13 #define PMIX_SM_MMAP_H 14 15 #include <src/include/pmix_config.h> 16 #include <src/mca/pshmem/pshmem.h> 17 18 BEGIN_C_DECLS 19 20 PMIX_EXPORT extern pmix_pshmem_base_component_t mca_pshmem_mmap_component; 21 extern pmix_pshmem_base_module_t pmix_mmap_module; 22 23 END_C_DECLS 24 25 #endif /* PMIX_SM_MMAP_H */