mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -04:00
exo2: implement the atmosphere extension mappers
This commit is contained in:
parent
1e0124fb67
commit
36754e2c38
12 changed files with 370 additions and 102 deletions
|
@ -18,9 +18,17 @@
|
|||
|
||||
namespace ams::secmon {
|
||||
|
||||
size_t GetPhysicalMemorySize();
|
||||
|
||||
void UnmapTzram();
|
||||
|
||||
uintptr_t MapSmcUserPage(uintptr_t address);
|
||||
void UnmapSmcUserPage();
|
||||
|
||||
uintptr_t MapAtmosphereIramPage(uintptr_t address);
|
||||
void UnmapAtmosphereIramPage();
|
||||
|
||||
uintptr_t MapAtmosphereUserPage(uintptr_t address);
|
||||
void UnmapAtmosphereUserPage();
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue