Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
db.h File Reference

Go to the source code of this file.

Classes

struct  DBInterface
 

Typedefs

typedef struct DBInterface DBInterface
 

Functions

void DBInit (void)
 
void __DBExceptionDestinationAux (void)
 
void __DBExceptionDestination (void)
 
BOOL __DBIsExceptionMarked (__OSException)
 
void DBPrintf (char *format,...)
 
void DBInitComm (vu8 **, AmcEXICallback)
 
void DBInitInterrupts ()
 
u32 DBQueryData ()
 
BOOL DBRead (void *, u32)
 
BOOL DBWrite (const void *, u32)
 
void DBOpen ()
 
void DBClose ()
 

Variables

DBInterface__DBInterface
 

Typedef Documentation

◆ DBInterface

Function Documentation

◆ __DBExceptionDestination()

void __DBExceptionDestination ( void  )

◆ __DBExceptionDestinationAux()

void __DBExceptionDestinationAux ( void  )

◆ __DBIsExceptionMarked()

BOOL __DBIsExceptionMarked ( __OSException  exception)

◆ DBClose()

void DBClose ( )

◆ DBInit()

void DBInit ( void  )

◆ DBInitComm()

void DBInitComm ( vu8 **  ,
AmcEXICallback   
)

◆ DBInitInterrupts()

void DBInitInterrupts ( )

◆ DBOpen()

void DBOpen ( )

◆ DBPrintf()

void DBPrintf ( char format,
  ... 
)

◆ DBQueryData()

u32 DBQueryData ( )

◆ DBRead()

BOOL DBRead ( void ,
u32   
)

◆ DBWrite()

BOOL DBWrite ( const void ,
u32   
)

Variable Documentation

◆ __DBInterface

DBInterface* __DBInterface
extern