Cxbx-Reloaded/import/OpenXDK/include/xhal/xohci_pci.h

30 lines
659 B
C
Raw Normal View History

// ******************************************************************
// *
// * proj : OpenXDK
// *
// * desc : Open Source XBox Development Kit
// *
// * file : xohci_pci.h
// *
// * note : XBox USB Open Host Controller Interface (PCI)
// *
// ******************************************************************
#ifndef XOHCI_PCI_H
#define XOHCI_PCI_H
#if defined(__cplusplus)
extern "C"
{
#endif
// ******************************************************************
// * external functions
// ******************************************************************
void xohci_pci_init();
#if defined(__cplusplus)
}
#endif
#endif