Ignore:
File:
1 edited

Legend:

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

    r8820544 r54a1ca7  
    852852/** Handle device interrupt
    853853 *
    854  * @param iid    The IPC call id
    855  * @param icall  The IPC call structure
    856  * @param dev    The rtl8139 device
    857  *
    858  */
    859 static void rtl8139_interrupt_handler(ipc_callid_t iid, ipc_call_t *icall,
    860     ddf_dev_t *dev)
     854 *  @param dev    The rtl8139 device
     855 *  @param iid    The IPC call id
     856 *  @param icall  The IPC call structure
     857 */
     858static void rtl8139_interrupt_handler(ddf_dev_t *dev, ipc_callid_t iid,
     859    ipc_call_t *icall)
    861860{
    862861        assert(dev);
Note: See TracChangeset for help on using the changeset viewer.