forked from xt-sys/exectos
Add missing KPRIORITY definition
This commit is contained in:
parent
08405e7bdc
commit
3ba3a57881
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user