console: remove unused definitions

Change-Id: I281d773196401b57d3db99644d06277255e36c07
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2019-05-05 13:12:31 +08:00 committed by Jianhong Chen
parent 90b99ac763
commit a69fab4a34
1 changed files with 0 additions and 5 deletions

View File

@ -10,11 +10,6 @@
extern char console_buffer[]; 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 */ /* common/console.c */
int console_init_f(void); /* Before relocation; uses the serial stuff */ int console_init_f(void); /* Before relocation; uses the serial stuff */
int console_init_r(void); /* After relocation; uses the console stuff */ int console_init_r(void); /* After relocation; uses the console stuff */