Implement debug console device
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#ifndef _DEVICES_H
|
||||
#define _DEVICES_H
|
||||
|
||||
/* debugconsole device */
|
||||
#define DEBUGCONSOLE_PUTSTR 0
|
||||
|
||||
/* terminal device */
|
||||
#define TERMINAL_PUTSTR 0
|
||||
#define TERMINAL_DIMENSIONS 1
|
||||
|
||||
Reference in New Issue
Block a user