RetroArch
|
#include <debug_if.h>
Public Attributes | |
s32 | fhndl |
int(* | open )(struct dbginterface *device) |
int(* | close )(struct dbginterface *device) |
int(* | wait )(struct dbginterface *device) |
int(* | read )(struct dbginterface *device, void *buffer, int size) |
int(* | write )(struct dbginterface *devicec, const void *buffer, int size) |
int(* dbginterface::close) (struct dbginterface *device) |
s32 dbginterface::fhndl |
int(* dbginterface::open) (struct dbginterface *device) |
int(* dbginterface::read) (struct dbginterface *device, void *buffer, int size) |
int(* dbginterface::wait) (struct dbginterface *device) |
int(* dbginterface::write) (struct dbginterface *devicec, const void *buffer, int size) |