Changeset 213 for trunk/kernel/devices
- Timestamp:
- Jul 17, 2017, 1:29:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/devices/dev_ioc.c
r212 r213 25 25 #include <hal_types.h> 26 26 #include <hal_gpt.h> 27 #include < soclib_bdv.h>27 #include <hal_drivers.h> 28 28 #include <soclib_hba.h> 29 29 #include <thread.h> … … 57 57 if( impl == IMPL_IOC_BDV ) 58 58 { 59 soclib_bdv_init( ioc );59 hal_drivers_ioc_init( ioc ); 60 60 } 61 61 else if( impl == IMPL_IOC_HBA )
Note: See TracChangeset
for help on using the changeset viewer.