diff options
Diffstat (limited to 'include/common')
-rw-r--r-- | include/common/kernel/iofilemgr/stat.h | 2 |
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 |