blob: 79f994b8b6b3d645b8ad5b00af799a4e8097a467 (
plain) (
blame)
1
2
3
4
5
6
|
#define MP_IOCTL_POLL (0x100 | 1)
#define MP_IOCTL_POLL_RD (0x0001)
#define MP_IOCTL_POLL_WR (0x0002)
#define MP_IOCTL_POLL_HUP (0x0004)
#define MP_IOCTL_POLL_ERR (0x0008)
|