debug.h 239 B

12345678
  1. #include "data.h"
  2. void debug_init(void);
  3. void debug_enable(void);
  4. void printfs(word y, const char *fmt, ...);
  5. void printfc(const char *fmt, ...);
  6. void clears(void);
  7. void printc_packet(unsigned long addr, unsigned int len, byte * packet);