mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 10:02:14 +02:00
svc: add PermissionLocked attribute
This commit is contained in:
parent
cfd82b397c
commit
38122758a6
@ -73,6 +73,7 @@ typedef enum {
|
|||||||
MemAttr_IsIpcMapped=BIT(1), ///< Is IPC mapped (when IpcRefCount > 0).
|
MemAttr_IsIpcMapped=BIT(1), ///< Is IPC mapped (when IpcRefCount > 0).
|
||||||
MemAttr_IsDeviceMapped=BIT(2), ///< Is device mapped (when DeviceRefCount > 0).
|
MemAttr_IsDeviceMapped=BIT(2), ///< Is device mapped (when DeviceRefCount > 0).
|
||||||
MemAttr_IsUncached=BIT(3), ///< Is uncached.
|
MemAttr_IsUncached=BIT(3), ///< Is uncached.
|
||||||
|
MemAttr_IsPermissionLocked=BIT(4), ///< Is permission locked.
|
||||||
} MemoryAttribute;
|
} MemoryAttribute;
|
||||||
|
|
||||||
/// Memory permission bitmasks.
|
/// Memory permission bitmasks.
|
||||||
|
Loading…
Reference in New Issue
Block a user