vitasdk
Documentation of the vitasdk
devctl.h
Go to the documentation of this file.
1 
7 #ifndef _PSP2KERN_IO_DEVCTL_H_
8 #define _PSP2KERN_IO_DEVCTL_H_
9 
10 #include <psp2kern/types.h>
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 
35 int ksceIoDevctl(const char *dev, unsigned int cmd, void *indata, int inlen, void *outdata, int outlen);
36 
37 #ifdef __cplusplus
38 }
39 #endif
40 
41 #endif /* _PSP2KERN_IO_DEVCTL_H_ */
42 
int ksceIoDevctl(const char *dev, unsigned int cmd, void *indata, int inlen, void *outdata, int outlen)
Send a devctl command to a device.