PSPSDK 2024-12-24
Loading...
Searching...
No Matches
pspusbstor.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
3 * -----------------------------------------------------------------------
4 * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5 *
6 * pspusbstor.h - Prototypes for the sceUsbStor and sceUsbStorBoot libraries
7 *
8 * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
9 *
10 */
11#ifndef __PSPUSBSTOR_H__
12#define __PSPUSBSTOR_H__
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18#define PSP_USBSTOR_DRIVERNAME "USBStor_Driver"
19
28
37
50
51// the following are disabled until more testing is done
52#if 0
53int sceUsbstorBootGetDataSize(void); // what for ?
54int sceUsbstorBootSetLoadAddr(u32 addr); // ?
55int sceUsbstorBootSetStatus(u32 status); // 1=?
57#endif
58
59#ifdef __cplusplus
60}
61#endif
62
63#endif
unsigned char size
Definition pspsysmem_kernel.h:6
float x
Definition psptypes.h:0
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.