pspsdk-1.0+beta2
pspusbacc.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  * pspusbacc.h - Prototypes for the sceUsbAcc library
7  *
8  * Copyright (c) 2007 dot_blank
9  *
10  * $Id: pspusbacc.h 2342 2007-12-06 21:49:26Z raphael $
11  */
12 #ifndef __PSPUSBACC_H__
13 #define __PSPUSBACC_H__
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 #define PSP_USBACC_DRIVERNAME "USBAccBaseDriver"
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif
26