summaryrefslogtreecommitdiffstatshomepage
path: root/py/builtintables.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-25 14:18:18 +0000
committerDamien George <damien.p.george@gmail.com>2014-03-25 14:18:18 +0000
commitcaac542b235003f7b79d7aa23eaebe8f2c772508 (patch)
treef70b42312f091b10c9e3d871fe1a70d573e7cba4 /py/builtintables.h
parent1dfde891e3e26543da6d42215da6a23c32b0a8bc (diff)
downloadmicropython-caac542b235003f7b79d7aa23eaebe8f2c772508.tar.gz
micropython-caac542b235003f7b79d7aa23eaebe8f2c772508.zip
Proper support for registering builtin modules in ROM.
Comes with some refactoring of code and renaming of files. All modules are now named mod*.[ch].
Diffstat (limited to 'py/builtintables.h')
-rw-r--r--py/builtintables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/builtintables.h b/py/builtintables.h
new file mode 100644
index 0000000000..9b22b66e03
--- /dev/null
+++ b/py/builtintables.h
@@ -0,0 +1,2 @@
+mp_obj_t mp_builtin_tables_lookup_object(qstr q);
+mp_obj_t mp_builtin_tables_lookup_module(qstr q);