New define: CONSOLE_DEVICE_NAME.

This commit is contained in:
Thomas Doerfler
2008-05-27 10:32:04 +00:00
parent 0868844e5e
commit 3183b04c79

View File

@@ -24,6 +24,8 @@
extern "C" {
#endif
#define CONSOLE_DEVICE_NAME "/dev/console"
#define CONSOLE_DRIVER_TABLE_ENTRY \
{ console_initialize, console_open, console_close, \
console_read, console_write, console_control }