You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
7 lines
175 B
C
7 lines
175 B
C
#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)
|