Changeset 130 for trunk/hal/x86_64/core/hal_drivers.c
- Timestamp:
- Jul 3, 2017, 3:13:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_drivers.c
r94 r130 25 25 #include <hal_internal.h> 26 26 27 #include <soclib_tty.h> 28 #include <soclib_xcu.h> 29 27 30 void hal_drivers_txt_init(chdev_t *dev) 28 31 { … … 30 33 } 31 34 35 void hal_drivers_xcu_init(chdev_t *dev, lid_t lid) 36 { 37 soclib_xcu_init(dev, lid); 38 } 39
Note: See TracChangeset
for help on using the changeset viewer.