Working PS/2 keyboard driver
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m19s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m19s
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
#include <m/terminal_device.h>
|
||||
#include <stddef.h>
|
||||
|
||||
/* ID of kernel terminal device */
|
||||
#define TERMINAL_DEVICE 1
|
||||
|
||||
/* Print a string onto a graphical terminal. Prints len chars */
|
||||
void terminal_print (const char* string, size_t len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user