[NTOS:PS] Process Quota Overhaul
[reactos.git] / ntoskrnl / include / internal / tag.h
index 0e46648..16616cc 100644 (file)
 #define TAG_KAPC                'papk' /* kpap - kernel ps apc */
 #define TAG_PS_APC              'pasP' /* Psap - Ps APC */
 #define TAG_SHIM                'MIHS'
+#define TAG_QUOTA_BLOCK         'bQsP'
 
 /* Run-Time Library Tags */
 #define TAG_HDTB  'BTDH'