Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Typedefs | |
typedef __OSInterruptHandler | AmcEXICallback |
Enumerations | |
enum | AmcExiError { AMC_EXI_NO_ERROR = 0 , AMC_EXI_UNSELECTED } |
Functions | |
void | EXI2_Init (vu8 **, AmcEXICallback) |
void | EXI2_EnableInterrupts (void) |
int | EXI2_Poll (void) |
AmcExiError | EXI2_ReadN (void *, u32) |
AmcExiError | EXI2_WriteN (const void *, u32) |
void | EXI2_Reserve (void) |
void | EXI2_Unreserve (void) |
BOOL | AMC_IsStub (void) |
void EXI2_Init | ( | vu8 ** | , |
AmcEXICallback | |||
) |
AmcExi2Stubs.c Description:
AmcExiError EXI2_ReadN | ( | void * | , |
u32 | |||
) |
AmcExiError EXI2_WriteN | ( | const void * | , |
u32 | |||
) |