Go to the documentation of this file. 1 #ifndef _UAPI_LINUX_NVRAM_H
2 #define _UAPI_LINUX_NVRAM_H
7 #define NVRAM_INIT _IO('p', 0x40)
8 #define NVRAM_SETCKS _IO('p', 0x41)
11 #define NVRAM_FIRST_BYTE 14
13 #define NVRAM_OFFSET(x) ((x)-NVRAM_FIRST_BYTE)