blob: 27c99306b23cceaa89a1767391b5134035886a1e (
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 _VDSUITE_COMMON_KERNEL_IOFILEMGR_STAT_H
#define _VDSUITE_COMMON_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 /* _VDSUITE_COMMON_KERNEL_IOFILEMGR_STAT_H */
|