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

Go to the source code of this file.

Data Structures

struct  raw_config_request
 

Macros

#define RAW_SETBIND   _IO( 0xac, 0 )
 
#define RAW_GETBIND   _IO( 0xac, 1 )
 
#define MAX_RAW_MINORS   CONFIG_MAX_RAW_DEVS
 

Macro Definition Documentation

#define MAX_RAW_MINORS   CONFIG_MAX_RAW_DEVS

Definition at line 16 of file raw.h.

#define RAW_GETBIND   _IO( 0xac, 1 )

Definition at line 7 of file raw.h.

#define RAW_SETBIND   _IO( 0xac, 0 )

Definition at line 6 of file raw.h.