summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-03-05 08:53:56 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-03-05 08:53:56 +0100
commitcce3ed31230cf60ddbc653b3ace1fb64e05bbddb (patch)
tree5e0ea9edfdcdf9982303d8a83d40aee41ccfe3c7 /include
parentdc90f050c2512ffe80c2c466295056baec0f021f (diff)
parent8d8382ec72d8a4a9ab0d53b07fd19b5248b0e8ce (diff)
downloadbarebox-cce3ed31230cf60ddbc653b3ace1fb64e05bbddb.tar.gz
barebox-cce3ed31230cf60ddbc653b3ace1fb64e05bbddb.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'include')
-rw-r--r--include/console.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/console.h b/include/console.h
index 724168e07c..a8b2663a4c 100644
--- a/include/console.h
+++ b/include/console.h
@@ -94,4 +94,6 @@ void pbl_set_putc(void (*putcf)(void *ctx, int c), void *ctx);
static inline void pbl_set_putc(void (*putcf)(void *ctx, int c), void *ctx) {}
#endif
+bool console_allow_color(void);
+
#endif