Ignore:
Timestamp:
Jul 4, 2017, 8:54:36 AM (7 years ago)
Author:
max@…
Message:

Hide a few soclib_xcu_ functions

File:
1 edited

Legend:

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

    r131 r136  
    129129    if( icu->impl == IMPL_ICU_XCU )
    130130    {
    131          soclib_xcu_enable_irq( icu , 1<<irq_index , irq_type , lid );
     131         hal_drivers_xcu_enable_irq( icu , irq_index , irq_type , lid );
    132132    }
    133133
     
    161161    if( icu->impl == IMPL_ICU_XCU )
    162162    {
    163         soclib_xcu_disable_irq( icu , 1<<irq_index , irq_type , lid );
     163        hal_drivers_xcu_disable_irq( icu , irq_index , irq_type , lid );
    164164    }
    165165
Note: See TracChangeset for help on using the changeset viewer.