1 /* 2 * Copyright (c) 2004-2007 The Trustees of the University of Tennessee. 3 * All rights reserved. 4 * $COPYRIGHT$ 5 * 6 * Additional copyrights may follow 7 * 8 * $HEADER$ 9 */ 10 11 #ifndef PML_V_H_HAS_BEEN_INCLUDED 12 #define PML_V_H_HAS_BEEN_INCLUDED 13 14 #include "ompi_config.h" 15 #include "ompi/mca/pml/pml.h" 16 #include "ompi/request/request.h" 17 18 #include "ompi/mca/vprotocol/base/base.h" 19 20 BEGIN_C_DECLS 21 22 OMPI_MODULE_DECLSPEC extern mca_pml_base_component_2_0_0_t mca_pml_v_component; 23 24 END_C_DECLS 25 26 #endif /* PML_V_H_HAS_BEEN_INCLUDED */