summaryrefslogtreecommitdiff
path: root/include/common/kernel/iofilemgr_stat.h
blob: 0a1d83203ae62c61909bc5509c99ad835d588f25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_STAT_H_
#define _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_STAT_H_

#include_next <kernel/iofilemgr_stat.h>

#ifdef __cplusplus
extern "C" {
#endif

/* for SceMode */
#define SCE_STM_RWO         00006
#define SCE_STM_RO          00004

#ifdef __cplusplus
}
#endif

#endif	/* _DOLCESDK_PSP2COMMON_KERNEL_IOFILEMGR_STAT_H_ */