Leaked source code of windows server 2003
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

  1. // debuger.h
  2. void debug_all_off(void);
  3. void debug_poll(void);
  4. void do_cmd_line(char *line);
  5. void __cdecl deb_printf(char *format, ...);
  6. int debug_device_reply(PVOID *void_pm, // PortMan *pm,
  7. unsigned char *data,
  8. unsigned char *pkt);