18 строки
279 B
C
18 строки
279 B
C
|
/*
|
||
|
* Copyright (c) 2007 Mellanox Technologies. All rights reserved.
|
||
|
* $COPYRIGHT$
|
||
|
*
|
||
|
* Additional copyrights may follow
|
||
|
*
|
||
|
* $HEADER$
|
||
|
*
|
||
|
* @file
|
||
|
*/
|
||
|
|
||
|
#ifndef MCA_BTL_OPENIB_ASYNC_H
|
||
|
#define MCA_BTL_OPENIB_ASYNC_H
|
||
|
|
||
|
void* btl_openib_async_thread(void *one_hca);
|
||
|
|
||
|
#endif
|