Skip to content

Commit

Permalink
coreinit: Add __OSPhysicalToEffectiveCached and __OSPhysicalToEffecti…
Browse files Browse the repository at this point in the history
…veUncached
  • Loading branch information
Maschell authored and GaryOderNichts committed Jun 6, 2024
1 parent 09e36bf commit 382a3b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/coreinit/memorymap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 382a3b2

Please sign in to comment.