Add page size enumeration list

This commit is contained in:
2024-01-18 14:22:51 +01:00
förälder 0e4575b278
incheckning 5acf8b4abd
4 ändrade filer med 18 tillägg och 0 borttagningar

Visa fil

@@ -16,6 +16,7 @@
typedef enum _CPU_VENDOR CPU_VENDOR, *PCPU_VENDOR;
typedef enum _CPUID_FEATURES CPUID_FEATURES, *PCPUID_FEATURES;
typedef enum _CPUID_REQUESTS CPUID_REQUESTS, *PCPUID_REQUESTS;
typedef enum _PAGE_SIZE PAGE_SIZE, *PPAGE_SIZE;
/* Architecture-specific structures forward references */
typedef struct _CONTEXT CONTEXT, *PCONTEXT;