Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
uinput.h File Reference
#include <uapi/linux/uinput.h>

Go to the source code of this file.

Data Structures

struct  uinput_request
 
struct  uinput_device
 

Macros

#define UINPUT_NAME   "uinput"
 
#define UINPUT_BUFFER_SIZE   16
 
#define UINPUT_NUM_REQUESTS   16
 

Enumerations

enum  uinput_state { UIST_NEW_DEVICE, UIST_SETUP_COMPLETE, UIST_CREATED }
 

Macro Definition Documentation

#define UINPUT_BUFFER_SIZE   16

Definition at line 38 of file uinput.h.

#define UINPUT_NAME   "uinput"

Definition at line 37 of file uinput.h.

#define UINPUT_NUM_REQUESTS   16

Definition at line 39 of file uinput.h.

Enumeration Type Documentation

Enumerator:
UIST_NEW_DEVICE 
UIST_SETUP_COMPLETE 
UIST_CREATED 

Definition at line 41 of file uinput.h.