PSPSDK 2024-10-31
Loading...
Searching...
No Matches
pspusbacc.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 * pspusbacc.h - Prototypes for the sceUsbAcc library
7 *
8 * Copyright (c) 2007 dot_blank
9 *
10 */
11#ifndef __PSPUSBACC_H__
12#define __PSPUSBACC_H__
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18#define PSP_USBACC_DRIVERNAME "USBAccBaseDriver"
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif
25