Ignore:
Timestamp:
2011-01-06T19:50:04Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aa1e202
Parents:
b187536
Message:

remove additional packet queueing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/netif/dp8390/dp8390_drv.h

    rb187536 r39d70ec  
    5656 *  @param[in,out] dep The network interface structure.
    5757 */
    58 void dp_check_ints(dpeth_t *dep, int isr);
     58void dp_check_ints(int nil_phone, device_id_t device_id, dpeth_t *dep, int isr);
    5959
    6060/** Probes and initializes the network interface.
     
    6969 *  @param[in] packet The packet t be sent.
    7070 *  @param[in] from_int The value indicating whether the sending is initialized from the interrupt handler.
    71  *  @returns 
     71 *  @returns
    7272 */
    7373int do_pwrite(dpeth_t * dep, packet_t *packet, int from_int);
Note: See TracChangeset for help on using the changeset viewer.