11#ifndef __PSPUSBSTOR_H__
12#define __PSPUSBSTOR_H__
18#define PSP_USBSTOR_DRIVERNAME "USBStor_Driver"
53int sceUsbstorBootGetDataSize(
void);
54int sceUsbstorBootSetLoadAddr(
u32 addr);
55int sceUsbstorBootSetStatus(
u32 status);
56int sceUsbstorGetStatus(?)
unsigned char size
Definition pspsysmem_kernel.h:6
uint32_t u32
Definition psptypes.h:41
int sceUsbstorBootSetCapacity(u32 size)
Tell the USBstorBoot driver the size of MS.
int sceUsbstorBootRegisterNotify(u32 eventFlag)
Register an eventFlag to send notifications to.
int sceUsbstorBootUnregisterNotify(u32 eventFlag)
Unregister a previously registered eventFlag.