pspsdk-1.0+beta2
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 
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