feat: No more kernel page table switching upon interrupt.
[lunaix-os.git] / lunaix-os / includes / lunaix / mm / mm.h
index 8318eaa17167ceb219eb43527e0f542c860ae644..04f2f026ae1351a147519b46cb829ecffb20540b 100644 (file)
@@ -31,6 +31,7 @@ typedef struct
 #define REGION_WSHARED      0x2
 
 #define REGION_PERM_MASK  0x1c
+
 #define REGION_READ       (1 << 2)
 #define REGION_WRITE      (1 << 3)
 #define REGION_EXEC       (1 << 4)