Rename framebuffer allocation tag and add security privilege array tag
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
|
||||
/* Allocation tags */
|
||||
#define TAG_HL_FRAMEBUFFER SIGNATURE32('F', 'B', 'U', 'F')
|
||||
#define TAG_HL_FRAMEBUFFER SIGNATURE32('H', 'L', 'F', 'B')
|
||||
#define TAG_MM_BIG_ALLOC SIGNATURE32('B', 'I', 'G', 'A')
|
||||
#define TAG_MM_MEMORY_MGR SIGNATURE32('M', 'M', 'G', 'R')
|
||||
#define TAG_MM_OVERFLOW SIGNATURE32('O', 'V', 'F', 'L')
|
||||
@@ -26,5 +26,6 @@
|
||||
#define TAG_OB_OBJECT_TYPE SIGNATURE32('O', 'B', 'J', 'T')
|
||||
#define TAG_PS_QUOTA_BLOCK SIGNATURE32('P', 'S', 'Q', 'B')
|
||||
#define TAG_SE_DESCRIPTOR SIGNATURE32('S', 'E', 'S', 'D')
|
||||
#define TAG_SE_PRIVILEGE_ARRAY SIGNATURE32('S', 'E', 'P', 'A')
|
||||
|
||||
#endif /* __XTOSKRNL_MM_TAGS_HH */
|
||||
|
||||
Reference in New Issue
Block a user