Changeset 457 for trunk/hal/x86_64/drivers
- Timestamp:
- Aug 2, 2018, 11:47:13 AM (6 years ago)
- Location:
- trunk/hal/x86_64/drivers
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/drivers/ioc_ata.h
r215 r457 24 24 25 25 #include <chdev.h> 26 #include <hal_ types.h>26 #include <hal_kernel_types.h> 27 27 28 28 void ioc_ata_init(chdev_t *chdev); -
trunk/hal/x86_64/drivers/pic_apic.c
r404 r457 20 20 */ 21 21 22 #include <hal_ types.h>22 #include <hal_kernel_types.h> 23 23 #include <chdev.h> 24 24 #include <pic_apic.h> -
trunk/hal/x86_64/drivers/pic_apic.h
r280 r457 23 23 #define _PIC_APIC_H_ 24 24 25 #include <hal_ types.h>25 #include <hal_kernel_types.h> 26 26 27 27 void pic_apic_init(chdev_t *pic);
Note: See TracChangeset
for help on using the changeset viewer.