|
Linux Kernel
3.7.1
|
#include <rfkill.h>
Data Fields | |
| __u32 | idx |
| __u8 | type |
| __u8 | op |
| __u8 | soft |
| __u8 | hard |
struct rfkill_event - events for userspace on /dev/rfkill : index of dev rfkill : type of the rfkill struct : operation code : hard state (0/1) : soft state (0/1)
Structure used for userspace communication on /dev/rfkill, used for events from the kernel and control to the kernel.
1.8.2