Changeset 346 for trunk/hal/x86_64


Ignore:
Timestamp:
Aug 9, 2017, 10:24:06 AM (7 years ago)
Author:
max@…
Message:

Hide soclib_iob.

File:
1 edited

Legend:

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

    r280 r346  
    6060/* -------------------------------------------------------------------------- */
    6161
     62void hal_drivers_iob_init(chdev_t *iob, uint32_t impl)
     63{
     64        x86_panic("IOB driver not implemented");
     65}
     66
     67/* -------------------------------------------------------------------------- */
     68
    6269void hal_drivers_ioc_init(chdev_t *ioc, uint32_t impl)
    6370{
Note: See TracChangeset for help on using the changeset viewer.