vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Functions | |
int | sceIoDevctl (const char *dev, unsigned int cmd, void *indata, int inlen, void *outdata, int outlen) |
Send a devctl command to a device. More... | |
int | sceIoIoctl (SceUID fd, unsigned int cmd, void *indata, int inlen, void *outdata, int outlen) |
Perform an ioctl on a device. More... | |
int | sceIoIoctlAsync (SceUID fd, unsigned int cmd, void *indata, int inlen, void *outdata, int outlen) |
Perform an ioctl on a device. More... | |