summaryrefslogtreecommitdiff
path: root/s51/s51.h
diff options
context:
space:
mode:
Diffstat (limited to 's51/s51.h')
-rw-r--r--s51/s51.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/s51/s51.h b/s51/s51.h
index b916acb6..3ca4734c 100644
--- 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);