forked from xt-sys/exectos
Rename KIRQL to KRUNLEVEL type
This commit is contained in:
@@ -17,15 +17,15 @@
|
||||
/* Kernel affinity */
|
||||
typedef ULONG_PTR KAFFINITY, *PKAFFINITY;
|
||||
|
||||
/* Interrupt Request Level (IRQL) */
|
||||
typedef UCHAR KIRQL, *PKIRQL;
|
||||
|
||||
/* Kernel priority */
|
||||
typedef LONG KPRIORITY, *PKPRIORITY;
|
||||
|
||||
/* Processor modes */
|
||||
typedef CHAR KPROCESSOR_MODE, *PKPROCESSOR_MODE;
|
||||
|
||||
/* Interrupt Request Run Level (IRQL) */
|
||||
typedef UCHAR KRUNLEVEL, *PKRUNLEVEL;
|
||||
|
||||
/* Spin locks synchronization mechanism */
|
||||
typedef ULONG_PTR KSPIN_LOCK, *PKSPIN_LOCK;
|
||||
|
||||
|
Reference in New Issue
Block a user