summaryrefslogtreecommitdiffstatshomepage
path: root/py/gc.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-02-11 21:59:25 +0000
committerDamien George <damien.p.george@gmail.com>2014-02-11 21:59:25 +0000
commit1d1e38d91103cc9a3941a55048fc446290aca64e (patch)
tree1a0b4019b9211c93f32f4700a5ae0de5bbd732c5 /py/gc.h
parent9d324b0ac7e4904c8237cf9fa96ba41777c4a0a1 (diff)
parent550d804d9596ae45fe0a1f2941e1f811937b5326 (diff)
downloadmicropython-1d1e38d91103cc9a3941a55048fc446290aca64e.tar.gz
micropython-1d1e38d91103cc9a3941a55048fc446290aca64e.zip
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'py/gc.h')
-rw-r--r--py/gc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/gc.h b/py/gc.h
index 711212ac40..e5286cd861 100644
--- a/py/gc.h
+++ b/py/gc.h
@@ -18,3 +18,4 @@ typedef struct _gc_info_t {
} gc_info_t;
void gc_info(gc_info_t *info);
+void gc_dump_info(void);