1#ifndef _DOLPHIN_DBINTERFACE_H_
2#define _DOLPHIN_DBINTERFACE_H_
DBInterface * __DBInterface
void __DBExceptionDestination(void)
void __DBExceptionDestinationAux(void)
BOOL __DBIsExceptionMarked(__OSException exception)
void __DBMarkException(u8 exception, int value)
void __DBSetPresent(u32 value)
void DBInitComm(int *inputFlagPtr, int *mtrCallback)
u8 __OSException
Definition OSException.h:29
int BOOL
Definition types.h:20
unsigned long u32
Definition types.h:9
unsigned char u8
Definition hsd_3B2B.h:2
Definition DBInterface.h:11
void * exceptionReturn
Definition DBInterface.h:15
u32 bPresent
Definition DBInterface.h:12
u32 exceptionMask
Definition DBInterface.h:13
void(* ExceptionDestination)(void)
Definition DBInterface.h:14