You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
267 B
8 lines
267 B
#define MP_IOCTL_POLL (0x100 | 1)
|
|
|
|
// These values are compatible with Linux, which are in turn
|
|
// compatible with iBCS2 spec.
|
|
#define MP_IOCTL_POLL_RD (0x0001)
|
|
#define MP_IOCTL_POLL_WR (0x0004)
|
|
#define MP_IOCTL_POLL_ERR (0x0008)
|
|
#define MP_IOCTL_POLL_HUP (0x0010)
|
|
|