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 committed May 10, 2024
1 parent 72ec4f7 commit 0bdbce2
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 effectiveAddress);

uint32_t
__OSPhysicalToEffectiveUncached(uint32_t effectiveAddress);

BOOL
OSIsAddressValid(uint32_t virtualAddress);

Expand Down

0 comments on commit 0bdbce2

Please sign in to comment.