aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/MemoryOperation.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/HOS/Kernel/MemoryOperation.cs')
-rw-r--r--Ryujinx.HLE/HOS/Kernel/MemoryOperation.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Ryujinx.HLE/HOS/Kernel/MemoryOperation.cs b/Ryujinx.HLE/HOS/Kernel/MemoryOperation.cs
new file mode 100644
index 00000000..b9350121
--- /dev/null
+++ b/Ryujinx.HLE/HOS/Kernel/MemoryOperation.cs
@@ -0,0 +1,12 @@
+namespace Ryujinx.HLE.HOS.Kernel
+{
+ enum MemoryOperation
+ {
+ MapPa,
+ MapVa,
+ Allocate,
+ Unmap,
+ ChangePermRw,
+ ChangePermsAndAttributes
+ }
+} \ No newline at end of file