]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOPlatformExpert.h
xnu-2422.90.20.tar.gz
[apple/xnu.git] / iokit / IOKit / IOPlatformExpert.h
index a27cf64adb496cf602ac3c03f7c805f1ab5ac346..bdd1ef6a2dd8c67aa01d832efeaae49c6c81575c 100644 (file)
@@ -75,6 +75,8 @@ extern boolean_t PEWriteNVRAMProperty(const char *symbol, const void *value, con
 
 extern boolean_t PEReadNVRAMProperty(const char *symbol, void *value, unsigned int *len);
 
+extern boolean_t PERemoveNVRAMProperty(const char *symbol);
+
 #ifdef __cplusplus
 } /* extern "C" */