Move shared headers out to include/
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
#include <device/device.h>
|
||||
#include <device/ps2_kb.h>
|
||||
#include <irq/irq.h>
|
||||
#include <kb_device.h>
|
||||
#include <libk/ringbuffer.h>
|
||||
#include <libk/std.h>
|
||||
#include <m/kb_device.h>
|
||||
#include <m/status.h>
|
||||
#include <proc/capability.h>
|
||||
#include <proc/proc.h>
|
||||
#include <proc/reschedule.h>
|
||||
#include <proc/suspension_q.h>
|
||||
#include <status.h>
|
||||
#include <sync/spin_lock.h>
|
||||
#include <sys/debug.h>
|
||||
#include <sys/smp.h>
|
||||
|
||||
Reference in New Issue
Block a user