2018-06-22 15:03:01 +03:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018 Mellanox Technologies. All rights reserved.
|
|
|
|
* All rights reserved.
|
2018-09-25 10:53:49 +09:00
|
|
|
* Copyright (c) 2018 Research Organization for Information Science
|
|
|
|
* and Technology (RIST). All rights reserved.
|
2018-06-22 15:03:01 +03:00
|
|
|
* $COPYRIGHT$
|
|
|
|
*
|
|
|
|
* Additional copyrights may follow
|
|
|
|
*
|
|
|
|
* $HEADER$
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _COMMON_UCX_H_
|
|
|
|
#define _COMMON_UCX_H_
|
|
|
|
|
2018-11-25 13:26:40 -08:00
|
|
|
#include "common_ucx_int.h"
|
|
|
|
#include "common_ucx_wpool.h"
|
2018-06-22 15:03:01 +03:00
|
|
|
|
2018-06-25 11:00:12 +03:00
|
|
|
#endif
|