Changeset 190 for trunk/hal/x86_64/core


Ignore:
Timestamp:
Jul 13, 2017, 8:26:47 AM (7 years ago)
Author:
max@…
Message:

hide soclib

File:
1 edited

Legend:

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

    r137 r190  
    5252}
    5353
     54/* -------------------------------------------------------------------------- */
     55
     56void hal_drivers_pic_init(chdev_t *dev)
     57{
     58        /* update the PIC chdev extension */
     59/*      TODO
     60        pic->ext.pic.enable_timer = &soclib_pic_enable_timer;
     61        pic->ext.pic.enable_irq   = &soclib_pic_enable_irq;
     62        pic->ext.pic.disable_irq  = &soclib_pic_disable_irq;
     63        pic->ext.pic.bind_irq     = &soclib_pic_bind_irq;
     64        pic->ext.pic.send_ipi     = &soclib_pic_send_ipi;
     65        pic->ext.pic.extend_init  = &soclib_pic_extend_init;
     66*/
     67}
     68
Note: See TracChangeset for help on using the changeset viewer.