Add missing KPRIORITY definition
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2023-02-17 09:41:53 +01:00
parent 08405e7bdc
commit 3ba3a57881
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -17,6 +17,9 @@
/* Interrupt Request Level (IRQL) */
typedef UCHAR KIRQL, *PKIRQL;
/* Kernel priority */
typedef LONG KPRIORITY, *PKPRIORITY;
/* Processor modes */
typedef CHAR KPROCESSOR_MODE, *PKPROCESSOR_MODE;