]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/debug.h
Remove extern declarations from command_tbl.c, create .h files for that.
[z180-stamp.git] / include / debug.h
index 0ee0129fa45dae5ebeeb14a71f2f7f43b7c0a881..0d60177eaa16d71c8007765d62f33663ed595cd7 100644 (file)
 #ifndef DEBUG_H_
 #define DEBUG_H_
 
-#include "common.h"
+#include "command.h"
+
+command_ret_t do_dump_mem(cmd_tbl_t *, uint_fast8_t, int, char * const []);
+command_ret_t do_mem_mm_avr(cmd_tbl_t *, uint_fast8_t, int, char * const []);
+command_ret_t do_mem_nm_avr(cmd_tbl_t *, uint_fast8_t, int, char * const []);
+command_ret_t do_eep_cp(cmd_tbl_t *, uint_fast8_t, int, char * const []);
+command_ret_t do_pr_free_avr(cmd_tbl_t *, uint_fast8_t, int, char * const []);
+
+void printfreelist(const char * title);
+
 
 #ifdef DEBUG
 #define _DEBUG 1
@@ -43,8 +52,4 @@
 #endif
 #endif /* 0 */
 
-
-void printfreelist(const char * title);
-
-
 #endif /* DEBUG_H_ */