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

Go to the source code of this file.

Macros

#define NVRAM_INIT   _IO('p', 0x40) /* initialize NVRAM and set checksum */
 
#define NVRAM_SETCKS   _IO('p', 0x41) /* recalculate checksum */
 
#define NVRAM_FIRST_BYTE   14
 
#define NVRAM_OFFSET(x)   ((x)-NVRAM_FIRST_BYTE)
 

Macro Definition Documentation

#define NVRAM_FIRST_BYTE   14

Definition at line 11 of file nvram.h.

#define NVRAM_INIT   _IO('p', 0x40) /* initialize NVRAM and set checksum */

Definition at line 7 of file nvram.h.

#define NVRAM_OFFSET (   x)    ((x)-NVRAM_FIRST_BYTE)

Definition at line 13 of file nvram.h.

#define NVRAM_SETCKS   _IO('p', 0x41) /* recalculate checksum */

Definition at line 8 of file nvram.h.