Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/rtl8139/driver.c

    r05882233 r205f1add  
    313313
    314314static errno_t rtl8139_poll_mode_change(nic_t *nic_data, nic_poll_mode_t mode,
    315     const struct timeval *period);
     315    const struct timespec *period);
    316316static void rtl8139_poll(nic_t *nic_data);
    317317
     
    20682068 */
    20692069static errno_t rtl8139_poll_mode_change(nic_t *nic_data, nic_poll_mode_t mode,
    2070     const struct timeval *period)
     2070    const struct timespec *period)
    20712071{
    20722072        assert(nic_data);
Note: See TracChangeset for help on using the changeset viewer.