You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
281 B
10 lines
281 B
// 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);
|