Ignore:
Timestamp:
Jul 3, 2017, 3:13:24 PM (7 years ago)
Author:
max@…
Message:

add hal_drivers_xcu_init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/tsar_mips32/core/hal_drivers.c

    r77 r130  
    2525#include <hal_internal.h>
    2626
     27#include <soclib_tty.h>
     28#include <soclib_xcu.h>
     29
    2730void hal_drivers_txt_init(chdev_t *dev)
    2831{
     
    3033}
    3134
     35void hal_drivers_xcu_init(chdev_t *dev, lid_t lid)
     36{
     37        soclib_xcu_init(dev, lid);
     38}
     39
Note: See TracChangeset for help on using the changeset viewer.