Changeset ea788701 in mainline for uspace/drv/nic/ne2k/dp8390.h


Ignore:
Timestamp:
2012-01-19T18:14:48Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
321052f7
Parents:
d8da56b
Message:

Remove use of packet_t in NIC framework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/ne2k/dp8390.h

    rd8da56b rea788701  
    264264extern void ne2k_send(nic_t *, void *, size_t);
    265265extern void ne2k_interrupt(nic_t *, uint8_t, uint8_t);
    266 extern packet_t *ne2k_alloc_packet(nic_t *, size_t);
    267266
    268267extern void ne2k_set_accept_mcast(ne2k_t *, int);
Note: See TracChangeset for help on using the changeset viewer.