Changeset 849ed54 in mainline for uspace/lib/net/include/tl_interface.h
- Timestamp:
- 2010-03-30T18:39:04Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7553689
- Parents:
- 7d6fe4db
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/tl_interface.h
r7d6fe4db r849ed54 39 39 40 40 #include <async.h> 41 42 41 #include <ipc/services.h> 43 42 44 #include "../messages.h" 45 46 #include "../include/device.h" 47 48 #include "../structures/packet/packet.h" 49 #include "../structures/packet/packet_client.h" 50 51 #include "../tl/tl_messages.h" 43 #include <net_messages.h> 44 #include <net_device.h> 45 #include <packet/packet.h> 46 #include <packet/packet_client.h> 47 #include <tl_messages.h> 52 48 53 49 /** @name Transport layer module interface
Note:
See TracChangeset
for help on using the changeset viewer.