Go to the documentation of this file.
10 #ifndef _UAPI_ASM_POWERPC_NVRAM_H
11 #define _UAPI_ASM_POWERPC_NVRAM_H
14 #define NVRAM_SIG_SP 0x02
15 #define NVRAM_SIG_OF 0x50
16 #define NVRAM_SIG_FW 0x51
17 #define NVRAM_SIG_HW 0x52
18 #define NVRAM_SIG_FLIP 0x5a
19 #define NVRAM_SIG_APPL 0x5f
20 #define NVRAM_SIG_SYS 0x70
21 #define NVRAM_SIG_CFG 0x71
22 #define NVRAM_SIG_ELOG 0x72
23 #define NVRAM_SIG_VEND 0x7e
24 #define NVRAM_SIG_FREE 0x7f
25 #define NVRAM_SIG_OS 0xa0
26 #define NVRAM_SIG_PANIC 0xa1
39 #define PMAC_XPRAM_MACHINE_LOC 0xe4
40 #define PMAC_XPRAM_SOUND_VOLUME 0x08
56 #define OBSOLETE_PMAC_NVRAM_GET_OFFSET \
59 #define IOC_NVRAM_GET_OFFSET _IOWR('p', 0x42, int)
60 #define IOC_NVRAM_SYNC _IO('p', 0x43)