2025-04-27 07:49:33 -04:00

11 lines
281 B
C

// debuger.h
void debug_all_off(void);
void debug_poll(void);
void do_cmd_line(char *line);
void __cdecl deb_printf(char *format, ...);
int debug_device_reply(PVOID *void_pm, // PortMan *pm,
unsigned char *data,
unsigned char *pkt);