Add PFN_NUMBER type definition
Builds / ExectOS (amd64) (push) Successful in 30s Details
Builds / ExectOS (i686) (push) Failing after 29s Details

This commit is contained in:
Rafal Kupiec 2024-04-07 10:33:53 +02:00
parent cf8bac9fbe
commit bfcf9bc61a
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ typedef UCHAR KRUNLEVEL, *PKRUNLEVEL;
/* Spin locks synchronization mechanism */
typedef ULONG_PTR KSPIN_LOCK, *PKSPIN_LOCK;
/* Page Frame Number */
typedef ULONG_PTR PFN_NUMBER, *PPFN_NUMBER;
/* 128-bit buffer containing a unique identifier value */
typedef struct _GUID
{