X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/440d4c6cfad24426bfddca7518f16c17f4e443f7..99c3a10404e5d1ef94397ab4df5a8b74711fc4d3:/bsd/sys/cprotect.h

diff --git a/bsd/sys/cprotect.h b/bsd/sys/cprotect.h
index 0dda075ac..eb0a134fd 100644
--- a/bsd/sys/cprotect.h
+++ b/bsd/sys/cprotect.h
@@ -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