Cleaner include paths + some paging definitions
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// PS/2 Keyboard support
|
||||
|
||||
#include "../serial/serial.h"
|
||||
#include "io/serial/serial.h"
|
||||
#include "ps2.h"
|
||||
#include <stdint.h>
|
||||
#include "../term/term.h"
|
||||
#include "io/term/term.h"
|
||||
#include <kernel.h>
|
||||
|
||||
// The key status bitfield will be used to see if ALT, CONTROL, or SHIFT is pressed
|
||||
|
||||
Reference in New Issue
Block a user