PSP2SDK  dirty-f9e4f2d
The free SDK for PSP2
include/psp2/io/devctl.h
Go to the documentation of this file.
00001 
00012 #ifndef _PSP2_IO_DEVCTRL_H_
00013 #define _PSP2_IO_DEVCTRL_H_
00014 
00015 #include <psp2/types.h>
00016 
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020 
00037 int sceIoDevctl(const char *dev, unsigned int cmd, void *indata, int inlen, void *outdata, int outlen);
00038 
00056 int sceIoAssign(const char *dev1, const char *dev2, const char *dev3, int mode, void* unk1, long unk2);
00057 
00065 int sceIoUnassign(const char *dev);
00066 
00078 int sceIoIoctl(SceUID fd, unsigned int cmd, void *indata, int inlen, void *outdata, int outlen);
00079 
00091 int sceIoIoctlAsync(SceUID fd, unsigned int cmd, void *indata, int inlen, void *outdata, int outlen);
00092 
00093 #ifdef __cplusplus
00094 }
00095 #endif
00096 
00097 #endif /* _PSP2_IO_DEVCTRL_H_ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines