Changeset 849ed54 in mainline for uspace/lib/net/include/il_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/il_interface.h
r7d6fe4db r849ed54 43 43 #include <ipc/services.h> 44 44 45 #include "../messages.h" 46 47 #include "../include/device.h" 48 49 #include "../structures/packet/packet.h" 50 #include "../structures/packet/packet_client.h" 51 52 #include "../il/il_messages.h" 45 #include <net_messages.h> 46 #include <net_device.h> 47 #include <packet/packet.h> 48 #include <packet/packet_client.h> 49 #include <il_messages.h> 53 50 54 51 /** @name Internetwork layer module interface
Note:
See TracChangeset
for help on using the changeset viewer.