]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/cprotect.h
xnu-2050.18.24.tar.gz
[apple/xnu.git] / bsd / sys / cprotect.h
index 0dda075ac9e7ec31c1a60f7c4990558ca6aed8ea..eb0a134fdff7fca6d8ec54373325449543adf2eb 100644 (file)
@@ -65,6 +65,9 @@ extern "C" {
 #define CP_READ_ACCESS         0x1
 #define CP_WRITE_ACCESS 0x2
 
+/* 
+ * Check for this version when deciding to enable features
+ */
 #define CONTENT_PROTECTION_XATTR_NAME  "com.apple.system.cprotect"
 #define CP_NEW_MAJOR_VERS 4
 #define CP_PREV_MAJOR_VERS 2