pspsdk-1.0+beta2
Main Page
Modules
Data Structures
Files
File List
Globals
pspsdk-1.0+beta2
Modules
Data Structures
Files
File List
src
asfparser
atrac3
audio
base
ctrl
debug
display
fpu
ge
gu
gum
hprm
kernel
libc
mp3
mpeg
nand
net
openpsid
power
prof
registry
rtc
sdk
sircs
startup
umd
usb
usbstor
pspusbstor.h
user
utility
vfpu
video
vsh
wlan
tools
Globals
pspusbstor.h
Go to the documentation of this file.
1
/*
2
* PSP Software Development Kit - http://www.pspdev.org
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
* $Id: pspusbstor.h 1095 2005-09-27 21:02:16Z jim $
11
*/
12
#ifndef __PSPUSBSTOR_H__
13
#define __PSPUSBSTOR_H__
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
19
#define PSP_USBSTOR_DRIVERNAME "USBStor_Driver"
20
28
int
sceUsbstorBootRegisterNotify
(
u32
eventFlag);
29
37
int
sceUsbstorBootUnregisterNotify
(
u32
eventFlag);
38
50
int
sceUsbstorBootSetCapacity
(
u32
size
);
51
52
// the following are disabled until more testing is done
53
#if 0
54
int
sceUsbstorBootGetDataSize(
void
);
// what for ?
55
int
sceUsbstorBootSetLoadAddr(
u32
addr);
// ?
56
int
sceUsbstorBootSetStatus(
u32
status);
// 1=?
57
int
sceUsbstorGetStatus(?)
58
#endif
59
60
#ifdef __cplusplus
61
}
62
#endif
63
64
#endif
src
usbstor
pspusbstor.h
Generated on Sat Apr 9 2016 07:00:25 for pspsdk-1.0+beta2 by
1.8.1.2