summaryrefslogtreecommitdiffstatshomepage
path: root/py/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/stream.h')
-rw-r--r--py/stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/stream.h b/py/stream.h
new file mode 100644
index 0000000000..8a579b7621
--- /dev/null
+++ b/py/stream.h
@@ -0,0 +1,2 @@
+extern const mp_obj_fun_native_t mp_stream_read_obj;
+extern const mp_obj_fun_native_t mp_stream_write_obj;