Changeset 609243f4 in mainline for uspace/lib/net/include/tl_remote.h


Ignore:
Timestamp:
2011-10-07T15:46:01Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e2c50e1
Parents:
f51b1d3
Message:

cherrypick general networking improvements from lp:~helenos-nicf/helenos/nicf (after sanitization)
remove obsolete networking drivers
this renders the networking non-functional for the time being

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/include/tl_remote.h

    rf51b1d3 r609243f4  
    5151/*@{*/
    5252
    53 extern int tl_received_msg(async_sess_t *, device_id_t, packet_t *, services_t,
    54     services_t);
     53extern int tl_received_msg(async_sess_t *, nic_device_id_t, packet_t *,
     54    services_t, services_t);
    5555
    5656/*@}*/
Note: See TracChangeset for help on using the changeset viewer.