Initial implementation of process initialization
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-02-24 19:52:20 +01:00
parent c4d1f1cd0d
commit 9c74aafe3d
7 changed files with 116 additions and 0 deletions

View File

@@ -14,6 +14,9 @@
#include <xttypes.h>
/* Kernel affinity */
typedef ULONG_PTR KAFFINITY, *PKAFFINITY;
/* Interrupt Request Level (IRQL) */
typedef UCHAR KIRQL, *PKIRQL;