|
Linux Kernel
3.7.1
|
#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) |
| #define NVRAM_OFFSET | ( | x | ) | ((x)-NVRAM_FIRST_BYTE) |
1.8.2