From a69fab4a3455e3938ac488f6c9a913ed14cfb7e9 Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Sun, 5 May 2019 13:12:31 +0800 Subject: [PATCH] console: remove unused definitions Change-Id: I281d773196401b57d3db99644d06277255e36c07 Signed-off-by: Joseph Chen --- include/console.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/console.h b/include/console.h index 3af98a622a..cea29ed6dc 100644 --- a/include/console.h +++ b/include/console.h @@ -10,11 +10,6 @@ extern char console_buffer[]; -#define CONSOLE_EVT_CTRL_B 0x02 -#define CONSOLE_EVT_CTRL_D 0x04 -#define CONSOLE_EVT_CTRL_F 0x06 -#define CONSOLE_EVT_CTRL_M 0x0D - /* common/console.c */ int console_init_f(void); /* Before relocation; uses the serial stuff */ int console_init_r(void); /* After relocation; uses the console stuff */