mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 06:48:22 -04:00
kern: add new KMemoryState
This commit is contained in:
parent
252486913b
commit
fdf008108c
3 changed files with 7 additions and 0 deletions
|
@ -94,6 +94,7 @@ namespace ams::svc {
|
|||
MemoryState_Kernel = 0x13,
|
||||
MemoryState_GeneratedCode = 0x14,
|
||||
MemoryState_CodeOut = 0x15,
|
||||
MemoryState_Coverage = 0x16,
|
||||
};
|
||||
|
||||
enum MemoryPermission : u32 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue