Go to the source code of this file.
Defines | |
#define | PSP_USBSTOR_DRIVERNAME "USBStor_Driver" |
Functions | |
int | sceUsbstorBootRegisterNotify (u32 eventFlag) |
Register an eventFlag to send notifications to. | |
int | sceUsbstorBootUnregisterNotify (u32 eventFlag) |
Unregister a previously registered eventFlag. | |
int | sceUsbstorBootSetCapacity (u32 size) |
Tell the USBstorBoot driver the size of MS. |
#define PSP_USBSTOR_DRIVERNAME "USBStor_Driver" |
int sceUsbstorBootRegisterNotify | ( | u32 | eventFlag | ) |
Register an eventFlag to send notifications to.
eventFlag | - eventFlag created with sceKernelCreateEventFlag |
int sceUsbstorBootSetCapacity | ( | u32 | size | ) |
Tell the USBstorBoot driver the size of MS.
size | - capacity of memory stick |
int sceUsbstorBootUnregisterNotify | ( | u32 | eventFlag | ) |
Unregister a previously registered eventFlag.
eventFlag | - eventFlag created with sceKernelCreateEventFlag |