Complete MM class definitions with missing fields

This commit is contained in:
2025-09-15 22:17:46 +02:00
parent 404595801d
commit 52c4d2a346
3 changed files with 15 additions and 0 deletions

View File

@@ -17,6 +17,11 @@ namespace MM
{
class HardwarePool
{
private:
STATIC LOADER_MEMORY_DESCRIPTOR HardwareAllocationDescriptors[MM_HARDWARE_ALLOCATION_DESCRIPTORS];
STATIC PVOID HardwareHeapStart;
STATIC ULONG UsedHardwareAllocationDescriptors;
public:
STATIC XTAPI XTSTATUS AllocateHardwareMemory(IN PFN_NUMBER PageCount,
IN BOOLEAN Aligned,