1 /*
2  * Copyright (c) 2006      Cisco Systems, Inc.  All rights reserved.
3  * $COPYRIGHT$
4  *
5  * Additional copyrights may follow
6  *
7  * $HEADER$
8  */
9 
10 #ifndef MCA_BTL_IB_MCA_H
11 #define MCA_BTL_IB_MCA_H
12 
13 BEGIN_C_DECLS
14 
15     /**
16      * Function to register MCA params and check for sane values
17      */
18     int btl_openib_register_mca_params(void);
19     int btl_openib_verify_mca_params (void);
20 
21 END_C_DECLS
22 #endif
23