summaryrefslogtreecommitdiff
path: root/utils/rknanoutils/rkboottool/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rknanoutils/rkboottool/misc.h')
-rw-r--r--utils/rknanoutils/rkboottool/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/rknanoutils/rkboottool/misc.h b/utils/rknanoutils/rkboottool/misc.h
index c4975c068c..b0658c0d31 100644
--- a/utils/rknanoutils/rkboottool/misc.h
+++ b/utils/rknanoutils/rkboottool/misc.h
@@ -34,6 +34,7 @@
34typedef char color_t[]; 34typedef char color_t[];
35 35
36extern color_t OFF, GREY, RED, GREEN, YELLOW, BLUE; 36extern color_t OFF, GREY, RED, GREEN, YELLOW, BLUE;
37void *xmalloc(size_t s);
37void color(color_t c); 38void color(color_t c);
38void enable_color(bool enable); 39void enable_color(bool enable);
39 40