Changeset 136 for trunk/kernel/devices
- Timestamp:
- Jul 4, 2017, 8:54:36 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/devices/dev_icu.c
r131 r136 129 129 if( icu->impl == IMPL_ICU_XCU ) 130 130 { 131 soclib_xcu_enable_irq( icu , 1<<irq_index , irq_type , lid );131 hal_drivers_xcu_enable_irq( icu , irq_index , irq_type , lid ); 132 132 } 133 133 … … 161 161 if( icu->impl == IMPL_ICU_XCU ) 162 162 { 163 soclib_xcu_disable_irq( icu , 1<<irq_index , irq_type , lid );163 hal_drivers_xcu_disable_irq( icu , irq_index , irq_type , lid ); 164 164 } 165 165
Note: See TracChangeset
for help on using the changeset viewer.