#include <IOKit/IONVRAM.h>

IOKit/IONVRAM.h Kernel.framework

__cplusplus
4 enums

enumNVRAMPartitionType

underlying type unsigned int
kIONVRAMPartitionTypeUnknown0
kIONVRAMPartitionSystem1
kIONVRAMPartitionCommon2

enumIONVRAMVariableType

underlying type unsigned int
kOFVariableTypeBoolean1
kOFVariableTypeNumber2
kOFVariableTypeString3
kOFVariableTypeData4

enumIONVRAMOperation

underlying type unsigned int
kIONVRAMOperationInit0
kIONVRAMOperationRead1
kIONVRAMOperationWrite2
kIONVRAMOperationDelete3
kIONVRAMOperationObliterate4
kIONVRAMOperationReset5

enum(anonymous)

underlying type unsigned int
kOFVariablePermRootOnly0Deprecated but still used in AppleEFIRuntime for now
kOFVariablePermUserRead1
kOFVariablePermUserWrite2
kOFVariablePermKernelOnly3