Ignore:
Timestamp:
Jul 13, 2017, 1:48:45 PM (7 years ago)
Author:
max@…
Message:

fix the pointers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/devices/dev_pic.h

    r188 r201  
    8484
    8585typedef void   (pic_bind_t)    ( lid_t lid , struct chdev_s * src_chdev );   
    86 typedef void   (pic_enable_t)  ( struct chdev_s * src_chdev );   
    87 typedef void   (pic_disable_t) ( struct chdev_s * src_chdev );   
     86typedef void   (pic_enable_t)  ( lid_t lid , struct chdev_s * src_chdev );   
     87typedef void   (pic_disable_t) ( lid_t lid , struct chdev_s * src_chdev );   
    8888typedef void   (pic_timer_t)   ( uint32_t period );   
    8989typedef void   (pic_ipi_t)     ( cxy_t cxy , lid_t lid );
Note: See TracChangeset for help on using the changeset viewer.