Add more commands to s51 assembly-language debugger
[fw/altos] / s51 / s51.h
index b916acb6d3d911c6f3df914a5d328ff196d6fad4..3ca4734c6d15f99a9bfaa2abdb7af56f7e4a2cb3 100644 (file)
--- a/s51/s51.h
+++ b/s51/s51.h
@@ -74,5 +74,11 @@ command_halt (FILE *output, int argc, char **argv);
 enum command_result
 command_reset (FILE *output, int argc, char **argv);
 
+enum command_result
+command_status (FILE *output, int argc, char **argv);
+
+uint8_t
+cc_wait(struct ccdbg *dbg);
+
 void
 command_read (FILE *input, FILE *output);