Files
pspsdk/src/usb/pspusbacc.h
Carsten Teibes 7c6e46b487 Remove outdated svn ids, change url, fix permissions
Convert to unix line endings
2020-05-08 00:50:41 +02:00

26 lines
489 B
C

/*
* PSP Software Development Kit - https://github.com/pspdev
* -----------------------------------------------------------------------
* Licensed under the BSD license, see LICENSE in PSPSDK root for details.
*
* pspusbacc.h - Prototypes for the sceUsbAcc library
*
* Copyright (c) 2007 dot_blank
*
*/
#ifndef __PSPUSBACC_H__
#define __PSPUSBACC_H__
#ifdef __cplusplus
extern "C" {
#endif
#define PSP_USBACC_DRIVERNAME "USBAccBaseDriver"
#ifdef __cplusplus
}
#endif
#endif