feat: reformatted code base to be more standard

This commit is contained in:
2021-03-10 22:01:13 +01:00
parent dc4bf71b5a
commit 586b8191b4
81 changed files with 431 additions and 338 deletions

View File

@@ -3,16 +3,16 @@
//
// https://wiki.osdev.org/PCI
#include <drivers/pci.h>
#include <sys/types.h>
#include <stdio.h>
#include <types.h>
#include <drivers/ports.h>
#include <libk/libk.h>
#include <libc/kprintf.h>
#include <myke/drivers/pci.h>
#include <myke/drivers/ports.h>
#include <myke/libk/libk.h>
#ifdef ENABLE_PCIPP
#include <drivers/pci_devices.h>
#include <myke/drivers/pci_devices.h>
#endif