|
Linux Kernel
3.7.1
|
#include <uapi/linux/rfkill.h>#include <linux/kernel.h>#include <linux/list.h>#include <linux/mutex.h>#include <linux/leds.h>#include <linux/err.h>Go to the source code of this file.
Data Structures | |
| struct | rfkill_ops |
Enumerations | |
| enum | rfkill_user_states { RFKILL_USER_STATE_SOFT_BLOCKED = RFKILL_STATE_SOFT_BLOCKED, RFKILL_USER_STATE_UNBLOCKED = RFKILL_STATE_UNBLOCKED, RFKILL_USER_STATE_HARD_BLOCKED = RFKILL_STATE_HARD_BLOCKED } |
| enum rfkill_user_states |
1.8.2