Changeset 245 for trunk/hal/generic
- Timestamp:
- Jul 20, 2017, 12:46:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_drivers.h
r216 r245 25 25 #include <chdev.h> 26 26 27 void hal_drivers_txt_init(chdev_t *dev); 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); 27 void hal_drivers_txt_init(chdev_t *txt, uint32_t impl); 33 28 34 void hal_drivers_pic_init(chdev_t * dev);29 void hal_drivers_pic_init(chdev_t *pic); 35 30 36 void hal_drivers_ioc_init(chdev_t * dev, uint32_t impl);31 void hal_drivers_ioc_init(chdev_t *ioc, uint32_t impl); 37 32 38 33 #endif /* HAL_DRIVERS_H_ */
Note: See TracChangeset
for help on using the changeset viewer.