cleanup code

This commit is contained in:
david
2009-06-08 11:00:27 +02:00
parent cb0ea4f8c8
commit 309e1062b9
21 changed files with 4723 additions and 4705 deletions

View File

@@ -1,9 +1,8 @@
#include "data.h"
void debug_init(void);
void debug_enable(void);
void printfs(word y,char* fmt,...);
void printfc(char* fmt,...);
void clears(void);
void printc_packet(unsigned long addr,unsigned int len,byte *packet);
#include "data.h"
void debug_init(void);
void debug_enable(void);
void printfs(word y, char *fmt, ...);
void printfc(char *fmt, ...);
void clears(void);
void printc_packet(unsigned long addr, unsigned int len, byte * packet);