summaryrefslogtreecommitdiff
path: root/include/common/kernel/iofilemgr_stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common/kernel/iofilemgr_stat.h')
-rw-r--r--include/common/kernel/iofilemgr_stat.h27
1 files changed, 19 insertions, 8 deletions
diff --git a/include/common/kernel/iofilemgr_stat.h b/include/common/kernel/iofilemgr_stat.h
index 27c9930..ee6b262 100644
--- a/include/common/kernel/iofilemgr_stat.h
+++ b/include/common/kernel/iofilemgr_stat.h
@@ -7,16 +7,27 @@
#include_next <kernel/iofilemgr_stat.h>
-#ifdef __cplusplus
-extern "C" {
-#endif
+SCE_CDECL_BEGIN
+
+/*@{*/
+
+/** @name Stat 関連マクロ
+ *
+ */
/* for SceMode */
-#define SCE_STM_RWO 00006
-#define SCE_STM_RO 00004
+#define SCE_STM_RWXU 00700
+#define SCE_STM_RUSR 00400
+#define SCE_STM_WUSR 00200
+#define SCE_STM_XUSR 00100
+
+#define SCE_STM_RWXS 00007
+#define SCE_STM_RSYS 00004
+#define SCE_STM_WSYS 00002
+#define SCE_STM_XSYS 00001
+
+/*@}*/
-#ifdef __cplusplus
-}
-#endif
+SCE_CDECL_END
#endif /* _VDSUITE_COMMON_KERNEL_IOFILEMGR_STAT_H */