/* * Copyright (c) 2009-2012 Oak Ridge National Laboratory. All rights reserved. * Copyright (c) 2009-2012 Mellanox Technologies. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ */ #ifndef MCA_BCOL_PTPCOLL_MCA_H #define MCA_BCOL_PTPCOLL_MCA_H #include "ompi_config.h" BEGIN_C_DECLS int mca_bcol_ptpcoll_register_mca_params(void); END_C_DECLS #endif