blob: 1b8c7e8094a4edf41caf624ef342ba4be9019c56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/*
Vita Development Suite Libraries
*/
#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_ */
|