mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-26 02:25:13 +00:00
11 lines
200 B
ArmAsm
11 lines
200 B
ArmAsm
.set noreorder
|
|
|
|
#include "pspimport.s"
|
|
|
|
#ifdef F_sceUsbstor_0000
|
|
IMPORT_START "sceUsbstor",0x40090000
|
|
#endif
|
|
#ifdef F_sceUsbstor_0001
|
|
IMPORT_FUNC "sceUsbstor",0x60066CFE,sceUsbstorGetStatus
|
|
#endif
|