Changeset 247 for trunk/hal/x86_64/core/hal_drivers.c
- Timestamp:
- Jul 20, 2017, 1:04:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_drivers.c
r245 r247 25 25 #include <hal_internal.h> 26 26 27 #include <soclib_tty.h>28 27 #include <soclib_xcu.h> 29 28 #include <ioc_ata.h> 30 29 #include <pic_apic.h> 30 #include <txt_rs232.h> 31 31 32 32 void hal_drivers_txt_init(chdev_t *txt, uint32_t impl) 33 33 { 34 soclib_tty_init(txt);34 txt_rs232_init(txt); 35 35 } 36 36
Note: See TracChangeset
for help on using the changeset viewer.