console: remove unused definitions
Change-Id: I281d773196401b57d3db99644d06277255e36c07 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
90b99ac763
commit
a69fab4a34
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue