LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
tinyehci.h
Go to the documentation of this file.
1#ifndef _TINYEHCI_H_
2#define _TINYEHCI_H_
3
4#include <xetypes.h>
5#include "ehci.h"
6
7/* Prototypes */
8s32 EHCI_Init(void);
9
10#endif
s32 EHCI_Init(void)
Definition: tinyehci.c:100
int32_t s32
32bit signed integer
Definition: xetypes.h:19