More core kernel library structures
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2023-02-16 17:46:51 +01:00
parent 92a461d1e0
commit feff0d9b7b
5 changed files with 116 additions and 32 deletions

View File

@@ -20,6 +20,9 @@ typedef UCHAR KIRQL, *PKIRQL;
/* Processor modes */
typedef CHAR KPROCESSOR_MODE, *PKPROCESSOR_MODE;
/* Spin locks synchronization mechanism */
typedef ULONG_PTR KSPIN_LOCK, *PKSPIN_LOCK;
/* 128-bit buffer containing a unique identifier value */
typedef struct _GUID
{