Go to the source code of this file.
| #define IOC_NVRAM_GET_OFFSET _IOWR('p', 0x42, int) /* Get NVRAM partition offset */ |
| #define IOC_NVRAM_SYNC _IO('p', 0x43) /* Sync NVRAM image */ |
| #define NVRAM_SIG_APPL 0x5f /* Apple "system" (???) */ |
| #define NVRAM_SIG_CFG 0x71 /* config data */ |
| #define NVRAM_SIG_ELOG 0x72 /* error log */ |
| #define NVRAM_SIG_FLIP 0x5a /* Apple flip/flop header */ |
| #define NVRAM_SIG_FREE 0x7f /* Free space */ |
| #define NVRAM_SIG_FW 0x51 /* general firmware */ |
| #define NVRAM_SIG_HW 0x52 /* hardware (VPD) */ |
| #define NVRAM_SIG_OF 0x50 /* open firmware config */ |
| #define NVRAM_SIG_OS 0xa0 /* OS defined */ |
| #define NVRAM_SIG_PANIC 0xa1 /* Apple OSX "panic" */ |
| #define NVRAM_SIG_SP 0x02 /* support processor */ |
| #define NVRAM_SIG_SYS 0x70 /* system env vars */ |
| #define NVRAM_SIG_VEND 0x7e /* vendor defined */ |
| #define OBSOLETE_PMAC_NVRAM_GET_OFFSET _IOWR('p', 0x40, int) |
| #define PMAC_XPRAM_MACHINE_LOC 0xe4 |
| #define PMAC_XPRAM_SOUND_VOLUME 0x08 |
- Enumerator:
| pmac_nvram_OF |
|
| pmac_nvram_XPRAM |
|
| pmac_nvram_NR |
|
Definition at line 31 of file nvram.h.