Changeset 136 for trunk/hal/generic


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/hal/generic/hal_drivers.h

    r131 r136  
    2727void hal_drivers_txt_init(chdev_t *dev);
    2828void hal_drivers_xcu_init(chdev_t *dev, lid_t lid);
     29void hal_drivers_xcu_disable_irq(chdev_t *icu, uint32_t irq_index,
     30    uint32_t irq_type, lid_t lid);
     31void hal_drivers_xcu_enable_irq(chdev_t *icu, uint32_t irq_index,
     32    uint32_t irq_type, lid_t lid);
    2933
    3034#endif  /* HAL_DRIVERS_H_ */
Note: See TracChangeset for help on using the changeset viewer.