Ignore:
File:
1 edited

Legend:

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

    r7300c37 r3c106e88  
    5050
    5151#include <fibril_synch.h>
    52 #include <adt/list.h>
    5352#include <net/packet.h>
    54 #include <netif_skel.h>
    5553
    5654/** Module name */
     
    232230} ne2k_t;
    233231
    234 typedef struct {
    235         link_t link;
    236         packet_t *packet;
    237 } frame_t;
    238 
    239232extern int ne2k_probe(ne2k_t *, void *, int);
    240233extern int ne2k_up(ne2k_t *);
    241234extern void ne2k_down(ne2k_t *);
    242235extern void ne2k_send(ne2k_t *, packet_t *);
    243 extern link_t *ne2k_interrupt(ne2k_t *, uint8_t, uint8_t);
     236extern void ne2k_interrupt(ne2k_t *, uint8_t isr, int, device_id_t);
    244237
    245238#endif
Note: See TracChangeset for help on using the changeset viewer.