1 /* 2 * Copyright (c) 2011-2013 The University of Tennessee and The University 3 * of Tennessee Research Foundation. All rights 4 * Copyright (c) 2011-2013 INRIA. All rights reserved. 5 * Copyright (c) 2011-2013 Université Bordeaux 1 6 * reserved. 7 * Copyright (c) 2014 Research Organization for Information Science 8 * and Technology (RIST). All rights reserved. 9 * $COPYRIGHT$ 10 * 11 * Additional copyrights may follow 12 * 13 * $HEADER$ 14 */ 15 16 #ifndef MCA_TOPO_BASIC_H 17 #define MCA_TOPO_BASIC_H 18 19 #include "ompi_config.h" 20 #include "ompi/mca/topo/topo.h" 21 22 BEGIN_C_DECLS 23 24 typedef mca_topo_base_component_2_2_0_t mca_topo_basic_component_t; 25 /* Public component instance */ 26 OMPI_MODULE_DECLSPEC extern mca_topo_basic_component_t 27 mca_topo_basic_component; 28 29 END_C_DECLS 30 31 #endif /* MCA_TOPO_BASIC_H */ 32