1 /* 2 * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana 3 * University Research and Technology 4 * Corporation. All rights reserved. 5 * Copyright (c) 2004-2006 The University of Tennessee and The University 6 * of Tennessee Research Foundation. All rights 7 * reserved. 8 * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, 9 * University of Stuttgart. All rights reserved. 10 * $COPYRIGHT$ 11 * 12 * Additional copyrights may follow 13 * 14 * $HEADER$ 15 */ 16 /** 17 * @file 18 */ 19 20 #ifndef MCA_PML_CM_COMPONENT_H 21 #define MCA_PML_CM_COMPONENT_H 22 23 BEGIN_C_DECLS 24 25 /* 26 * PML module functions. 27 */ 28 OMPI_MODULE_DECLSPEC extern mca_pml_base_component_2_0_0_t mca_pml_cm_component; 29 30 END_C_DECLS 31 32 #endif