11 lines
281 B
C
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);
|