Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations
rfkill.h File Reference
#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 }
 

Enumeration Type Documentation

Enumerator:
RFKILL_USER_STATE_SOFT_BLOCKED 
RFKILL_USER_STATE_UNBLOCKED 
RFKILL_USER_STATE_HARD_BLOCKED 

Definition at line 24 of file rfkill.h.