2020-05-30 21:59:42 +02:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <cstdint>
|
|
|
|
|
|
|
|
extern uint32_t MemoryMappingEffectiveToPhysicalPTR;
|
2020-06-06 22:12:18 +02:00
|
|
|
extern uint32_t MemoryMappingPhysicalToEffectivePTR;
|
|
|
|
|
|
|
|
#define gModuleData ((module_information_t *) (0x00880000))
|