Move shared headers out to include/
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
#include <device/device.h>
|
||||
#include <device/ramdrv.h>
|
||||
#include <device/terminal.h>
|
||||
#include <kb_device.h>
|
||||
#include <libk/fieldlengthof.h>
|
||||
#include <libk/rbtree.h>
|
||||
#include <libk/std.h>
|
||||
#include <libk/string.h>
|
||||
#include <limine/requests.h>
|
||||
#include <m/kb_device.h>
|
||||
#include <m/ramdisk_device.h>
|
||||
#include <m/terminal_device.h>
|
||||
#include <m/xdrv_device.h>
|
||||
#include <mm/liballoc.h>
|
||||
#include <ramdisk_device.h>
|
||||
#include <sync/spin_lock.h>
|
||||
#include <sys/debug.h>
|
||||
#include <terminal_device.h>
|
||||
#include <xdrv_device.h>
|
||||
|
||||
#if defined(__x86_64__)
|
||||
#include <device/ps2_kb.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
#include <device/ramdrv.h>
|
||||
#include <libk/std.h>
|
||||
#include <libk/string.h>
|
||||
#include <m/status.h>
|
||||
#include <m/xdrv_device.h>
|
||||
#include <mm/liballoc.h>
|
||||
#include <status.h>
|
||||
#include <xdrv_device.h>
|
||||
|
||||
bool ramdrv_init (struct device* device, void* arg) {
|
||||
struct ramdrv_init* init = arg;
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#include <device/terminal.h>
|
||||
#include <libk/std.h>
|
||||
#include <limine/requests.h>
|
||||
#include <m/status.h>
|
||||
#include <mm/liballoc.h>
|
||||
#include <proc/capability.h>
|
||||
#include <proc/proc.h>
|
||||
#include <status.h>
|
||||
#include <sys/debug.h>
|
||||
|
||||
struct flanterm_context* ft_ctx;
|
||||
|
||||
Reference in New Issue
Block a user