summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/pyexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/pyexec.h')
-rw-r--r--stmhal/pyexec.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/stmhal/pyexec.h b/stmhal/pyexec.h
new file mode 100644
index 0000000000..cad15af6fe
--- /dev/null
+++ b/stmhal/pyexec.h
@@ -0,0 +1,5 @@
+void pyexec_raw_repl(void);
+void pyexec_repl(void);
+bool pyexec_file(const char *filename);
+
+MP_DECLARE_CONST_FUN_OBJ(pyb_set_repl_info_obj);