Cxbx-Reloaded/import/OpenXDK/include/xusb/xusb.h

34 lines
619 B
C
Raw Normal View History

// ******************************************************************
// *
// * proj : OpenXDK
// *
// * desc : Open Source XBox Development Kit
// *
// * file : xusb.h
// *
// * note : Xbox USB Support
// *
// ******************************************************************
#ifndef XUSB_H
#define XUSB_H
#ifdef __cplusplus
extern "C" {
#endif
// ******************************************************************
// * Xbox USB Support by Georg Archer
// ******************************************************************
#include "linux_wrapper.h"
#include "linux/usb.h"
#ifdef __cplusplus
}
#endif
#endif