]> Pileus Git - ~andy/linux/blobdiff - security/apparmor/include/sid.h
Merge tag 'xenarm-for-3.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / security / apparmor / include / sid.h
index 020db35c301026cd9b2e80c7cb934b3039ee1019..513ca0e48965a8a78bf4e6322794b528534fe500 100644 (file)
@@ -16,7 +16,9 @@
 
 #include <linux/types.h>
 
-struct aa_profile;
+/* sid value that will not be allocated */
+#define AA_SID_INVALID 0
+#define AA_SID_ALLOC AA_SID_INVALID
 
 u32 aa_alloc_sid(void);
 void aa_free_sid(u32 sid);