Changeset 245 for trunk/hal/generic


Ignore:
Timestamp:
Jul 20, 2017, 12:46:10 PM (7 years ago)
Author:
max@…
Message:

Hide soclib_tty.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/generic/hal_drivers.h

    r216 r245  
    2525#include <chdev.h>
    2626
    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);
     27void hal_drivers_txt_init(chdev_t *txt, uint32_t impl);
    3328
    34 void hal_drivers_pic_init(chdev_t *dev);
     29void hal_drivers_pic_init(chdev_t *pic);
    3530
    36 void hal_drivers_ioc_init(chdev_t *dev, uint32_t impl);
     31void hal_drivers_ioc_init(chdev_t *ioc, uint32_t impl);
    3732
    3833#endif  /* HAL_DRIVERS_H_ */
Note: See TracChangeset for help on using the changeset viewer.