Changeset 136 for trunk/hal/generic
- Timestamp:
- Jul 4, 2017, 8:54:36 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_drivers.h
r131 r136 27 27 void hal_drivers_txt_init(chdev_t *dev); 28 28 void hal_drivers_xcu_init(chdev_t *dev, lid_t lid); 29 void hal_drivers_xcu_disable_irq(chdev_t *icu, uint32_t irq_index, 30 uint32_t irq_type, lid_t lid); 31 void hal_drivers_xcu_enable_irq(chdev_t *icu, uint32_t irq_index, 32 uint32_t irq_type, lid_t lid); 29 33 30 34 #endif /* HAL_DRIVERS_H_ */
Note: See TracChangeset
for help on using the changeset viewer.