summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-03-13 08:16:44 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-13 08:16:44 +0100
commite0093dcf236cdc1d4faef95189c9376ef6610ae7 (patch)
treead41b7daf6e194ad32b0b6a7b33e652c45bd9d38 /include
parent4e11672653a4ad639ca2d2158b1266b258951f93 (diff)
parent939d3a7684ed3138f5e2bfff7cd2876c1e050ca8 (diff)
downloadbarebox-e0093dcf236cdc1d4faef95189c9376ef6610ae7.tar.gz
barebox-e0093dcf236cdc1d4faef95189c9376ef6610ae7.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'include')
-rw-r--r--include/console_countdown.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/console_countdown.h b/include/console_countdown.h
index cb46964bc4..c6c2d5c00e 100644
--- a/include/console_countdown.h
+++ b/include/console_countdown.h
@@ -5,7 +5,9 @@
#define CONSOLE_COUNTDOWN_ANYKEY (1 << 1)
#define CONSOLE_COUNTDOWN_RETURN (1 << 3)
#define CONSOLE_COUNTDOWN_CTRLC (1 << 4)
+#define CONSOLE_COUNTDOWN_EXTERN (1 << 5)
int console_countdown(int timeout_s, unsigned flags, char *out_key);
+void console_countdown_abort(void);
#endif /* __CONSOLE_COUNTDOWN_H */