9 lines
239 B
C
9 lines
239 B
C
#include "data.h"
|
|
|
|
void debug_init(void);
|
|
void debug_enable(void);
|
|
void printfs(word y, const char *fmt, ...);
|
|
void printfc(const char *fmt, ...);
|
|
void clears(void);
|
|
void printc_packet(unsigned long addr, unsigned int len, byte * packet);
|