8c2865bd6a
This commit was SVN r24477.
22 строки
355 B
C
22 строки
355 B
C
/*
|
|
* Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
|
|
* $COPYRIGHT$
|
|
*
|
|
* Additional copyrights may follow
|
|
*
|
|
* $HEADER$
|
|
*/
|
|
|
|
#ifndef MCA_BTL_IB_MCA_H
|
|
#define MCA_BTL_IB_MCA_H
|
|
|
|
BEGIN_C_DECLS
|
|
|
|
/**
|
|
* Function to register MCA params and check for sane values
|
|
*/
|
|
int btl_wv_register_mca_params(void);
|
|
|
|
END_C_DECLS
|
|
#endif
|