1 /**
2 * Copyright (C) Mellanox Technologies Ltd. 2001-2014.  ALL RIGHTS RESERVED.
3 *
4 * See file LICENSE for terms.
5 */
6 
7 #ifndef RC_DEF_H_
8 #define RC_DEF_H_
9 
10 
11 typedef struct uct_rc_ep                uct_rc_ep_t;
12 typedef struct uct_rc_iface             uct_rc_iface_t;
13 typedef struct uct_rc_iface_send_op     uct_rc_iface_send_op_t;
14 typedef struct uct_rc_iface_send_desc   uct_rc_iface_send_desc_t;
15 typedef struct uct_rc_iface_config      uct_rc_iface_config_t;
16 typedef struct uct_rc_pending_priv      uct_rc_pending_priv_t;
17 typedef struct uct_rc_txqp              uct_rc_txqp_t;
18 
19 
20 #endif
21