ApertureOS
drivers.h
Go to the documentation of this file.
1 #ifndef _DRIVERS_ALL_H_
2 #define _DRIVERS_ALL_H_
3 
4 #include "acpi_tables/acpi_tables.h" //ACPI Tables Parser
5 #include "ahci/ahci.h" //AHCI Driver
6 #include "apic/apic.h" //Local APIC Driver
7 #include "cmos/cmos.h" //CMOS Time Driver
8 #include "fpu/fpu.h" //VFPU Driver
9 #include "hpet/hpet.h" //HPET Driver
10 #include "pic/pic.h" //PIC Driver
11 #include "pit/pit.h" //PIT Driver
12 #include "pci/pci.h" //PCI Driver
13 #include "ps2/ps2.h" //PS/2 Controller Driver
14 #include "serial/COM.h" //Serial Port Driver
15 
16 #endif /* end of include guard: _DRIVERS_ALL_H_ */