summaryrefslogtreecommitdiff
path: root/include/common/kernel/iofilemgr/stat.h
diff options
context:
space:
mode:
authorReiko Asakura2020-08-08 22:18:20 -0400
committerReiko Asakura2020-08-08 22:18:20 -0400
commitc8bf57dc6db50f557e1182838fe3053649e93581 (patch)
tree0dc145aba85b552e4defdddfa3ea11eb3ef9b520 /include/common/kernel/iofilemgr/stat.h
parentSimplify header and stubs installation (diff)
downloadvds-libraries-c8bf57dc6db50f557e1182838fe3053649e93581.tar.gz
Add file permission modes
Diffstat (limited to 'include/common/kernel/iofilemgr/stat.h')
-rw-r--r--include/common/kernel/iofilemgr/stat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common/kernel/iofilemgr/stat.h b/include/common/kernel/iofilemgr/stat.h
index a9f9f73..4afea74 100644
--- a/include/common/kernel/iofilemgr/stat.h
+++ b/include/common/kernel/iofilemgr/stat.h
@@ -17,6 +17,8 @@ extern "C" {
/* for SceMode */
#define SCE_STM_RWU 00600
#define SCE_STM_RU 00400
+#define SCE_STM_RWO 00006
+#define SCE_STM_RO 00004
/* for chstat cbit */
#define SCE_CST_MODE 0x0001