Changeset a5c82bb9 in mainline for uspace/lib/nic/include/nic.h


Ignore:
Timestamp:
2012-04-22T21:50:29Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f7cbc6f
Parents:
d3a8e47
Message:

NIC no longer needs to support non-Ethernet frames.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/include/nic.h

    rd3a8e47 ra5c82bb9  
    232232extern int nic_report_poll_mode(nic_t *, nic_poll_mode_t, struct timeval *);
    233233extern void nic_query_address(nic_t *, nic_address_t *);
    234 extern void nic_received_noneth_frame(nic_t *, void *, size_t);
    235234extern void nic_received_frame(nic_t *, nic_frame_t *);
    236235extern void nic_received_frame_list(nic_t *, nic_frame_list_t *);
Note: See TracChangeset for help on using the changeset viewer.