mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 15:37:18 -05:00
coreinit: Add __OSPhysicalToEffectiveCached and __OSPhysicalToEffectiveUncached
This commit is contained in:
parent
09e36bf299
commit
382a3b2c81
|
|
@ -26,6 +26,12 @@ typedef enum OSMemoryMapMode
|
|||
uint32_t
|
||||
OSEffectiveToPhysical(uint32_t virtualAddress);
|
||||
|
||||
uint32_t
|
||||
__OSPhysicalToEffectiveCached(uint32_t physicalAddress);
|
||||
|
||||
uint32_t
|
||||
__OSPhysicalToEffectiveUncached(uint32_t physicalAddress);
|
||||
|
||||
BOOL
|
||||
OSIsAddressValid(uint32_t virtualAddress);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user