---
input_driver_test.c | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/input_driver_test.c b/input_driver_test.c
index b050b13..6d2394b 100644
--- a/input_driver_test.c
+++ b/input_driver_test.c
@@ -76,6 +76,16 @@ error_t console_switch (int id, int delta)
return 0;
}
+void console_switch_back(void)
+{
+ puts("Switch back\n");
+}
+
+void console_switch_away(void)
+{
+ puts("Switch away\n");
+}
+
/* Signal an error to the user. */
void console_error (const wchar_t *const err_msg)
{
--
1.7.2