Changeset 213 for trunk/kernel


Ignore:
Timestamp:
Jul 17, 2017, 1:29:41 PM (7 years ago)
Author:
max@…
Message:

hide soclib_bdv

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/devices/dev_ioc.c

    r212 r213  
    2525#include <hal_types.h>
    2626#include <hal_gpt.h>
    27 #include <soclib_bdv.h>
     27#include <hal_drivers.h>
    2828#include <soclib_hba.h>
    2929#include <thread.h>
     
    5757    if( impl == IMPL_IOC_BDV )
    5858    {
    59         soclib_bdv_init( ioc );
     59        hal_drivers_ioc_init( ioc );
    6060    }
    6161    else if( impl == IMPL_IOC_HBA )
Note: See TracChangeset for help on using the changeset viewer.