summaryrefslogtreecommitdiff
path: root/sim/ucsim/cmd.src/cmdlexcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ucsim/cmd.src/cmdlexcl.h')
-rw-r--r--sim/ucsim/cmd.src/cmdlexcl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/ucsim/cmd.src/cmdlexcl.h b/sim/ucsim/cmd.src/cmdlexcl.h
new file mode 100644
index 0000000..0100ab5
--- /dev/null
+++ b/sim/ucsim/cmd.src/cmdlexcl.h
@@ -0,0 +1,9 @@
+#ifndef CMDLEXCL_HEADER
+#define CMDLEXCL_HEADER
+
+int yylex();
+int yyparse();
+void uc_yy_set_string_to_parse(const char *cmdstr);
+void uc_yy_free_string_to_parse();
+
+#endif