vitasdk
Documentation of the vitasdk
mtpif.h
Go to the documentation of this file.
1
7
#ifndef _PSP2_MTPIF_H_
8
#define _PSP2_MTPIF_H_
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
21
int
sceMtpIfStartDriver
(
int
flags
);
22
30
int
sceMtpIfStopDriver
(
int
flags
);
31
32
#ifdef __cplusplus
33
}
34
#endif
35
36
#endif
/* _PSP2_MTPIF_H_ */
flags
int flags
Event flags.
Definition:
debug.h:3
sceMtpIfStopDriver
int sceMtpIfStopDriver(int flags)
Stop MTP driver.
sceMtpIfStartDriver
int sceMtpIfStartDriver(int flags)
Start MTP driver.
include
psp2
mtpif.h
Vita SDK