Changeset 261 for trunk/hal/x86_64


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

Hide soclib_dma.

File:
1 edited

Legend:

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

    r259 r261  
    7777        x86_panic("NIC driver not implemented");
    7878}
     79
     80/* -------------------------------------------------------------------------- */
     81
     82void hal_drivers_dma_init(chdev_t *dma, uint32_t impl)
     83{
     84        x86_panic("DMA driver not implemented");
     85}
     86
Note: See TracChangeset for help on using the changeset viewer.