Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/ns8250/ns8250.c

    r8820544 rebc9c2c  
    764764 * data and reading the line status register.
    765765 *
    766  * @param dev The serial port device.
    767  *
    768  */
    769 static inline void ns8250_interrupt_handler(ipc_callid_t iid, ipc_call_t *icall,
    770     ddf_dev_t *dev)
     766 * @param dev           The serial port device.
     767 */
     768static inline void ns8250_interrupt_handler(ddf_dev_t *dev, ipc_callid_t iid,
     769    ipc_call_t *icall)
    771770{
    772771        ns8250_t *ns = dev_ns8250(dev);
Note: See TracChangeset for help on using the changeset viewer.