Changeset 858fc90 in mainline for uspace/srv/net/include/tl_interface.h
- Timestamp:
- 2010-03-15T19:35:25Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6092b56e
- Parents:
- 92307f1 (diff), 4684368 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/include/tl_interface.h
r92307f1 r858fc90 64 64 * @returns EOK on success. 65 65 */ 66 inline static int tl_received_msg( int tl_phone, device_id_t device_id, packet_t packet, services_t target, services_t error){67 return generic_received_msg( tl_phone, NET_TL_RECEIVED, device_id, packet_get_id( packet ), target, error);66 inline static int tl_received_msg(int tl_phone, device_id_t device_id, packet_t packet, services_t target, services_t error){ 67 return generic_received_msg(tl_phone, NET_TL_RECEIVED, device_id, packet_get_id(packet), target, error); 68 68 } 69 69
Note:
See TracChangeset
for help on using the changeset viewer.