Go to the documentation of this file.
18 #ifndef _UAPI__RFKILL_H
19 #define _UAPI__RFKILL_H
22 #include <linux/types.h>
25 #define RFKILL_STATE_SOFT_BLOCKED 0
26 #define RFKILL_STATE_UNBLOCKED 1
27 #define RFKILL_STATE_HARD_BLOCKED 2
98 #define RFKILL_EVENT_SIZE_V1 8
101 #define RFKILL_IOC_MAGIC 'R'
102 #define RFKILL_IOC_NOINPUT 1
103 #define RFKILL_IOCTL_NOINPUT _IO(RFKILL_IOC_MAGIC, RFKILL_IOC_NOINPUT)