Go to the documentation of this file.
3 #ifndef __DIVA_USER_MODE_XDI_H__
4 #define __DIVA_USER_MODE_XDI_H__
19 #define DIVA_UM_IDI_REQ_MASK 0x0000FFFF
20 #define DIVA_UM_IDI_REQ_TYPE_MASK (~(DIVA_UM_IDI_REQ_MASK))
21 #define DIVA_UM_IDI_GET_FEATURES 1
22 #define DIVA_UM_IDI_REQ 2
23 #define DIVA_UM_IDI_REQ_TYPE_MAN 0x10000000
24 #define DIVA_UM_IDI_REQ_TYPE_SIG 0x20000000
25 #define DIVA_UM_IDI_REQ_TYPE_NET 0x30000000
26 #define DIVA_UM_IDI_REQ_MAN (DIVA_UM_IDI_REQ | DIVA_UM_IDI_REQ_TYPE_MAN)
27 #define DIVA_UM_IDI_REQ_SIG (DIVA_UM_IDI_REQ | DIVA_UM_IDI_REQ_TYPE_SIG)
28 #define DIVA_UM_IDI_REQ_NET (DIVA_UM_IDI_REQ | DIVA_UM_IDI_REQ_TYPE_NET)
55 #define DIVA_UM_IDI_IND_FEATURES 1
56 #define DIVA_UM_IDI_IND 2
57 #define DIVA_UM_IDI_IND_RC 3