aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic/misc.h')
-rw-r--r--src/generic/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/generic/misc.h b/src/generic/misc.h
index 5e50633e..a24e8b0a 100644
--- a/src/generic/misc.h
+++ b/src/generic/misc.h
@@ -6,6 +6,7 @@
struct command_encoder;
void console_sendf(const struct command_encoder *ce, va_list args);
+void *console_receive_buffer(void);
uint32_t timer_from_us(uint32_t us);
uint8_t timer_is_before(uint32_t time1, uint32_t time2);