Changeset 514ee46 in mainline for uspace/lib/net/generic
- Timestamp:
- 2010-10-14T21:50:26Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f63a591d
- Parents:
- a358279
- Location:
- uspace/lib/net/generic
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/generic/net_remote.c
ra358279 r514ee46 40 40 #include <malloc.h> 41 41 42 #include < net_messages.h>42 #include <generic.h> 43 43 #include <net/modules.h> 44 44 #include <net/device.h> -
uspace/lib/net/generic/packet_client.c
ra358279 r514ee46 43 43 #include <packet_client.h> 44 44 45 #include <net_messages.h>46 45 #include <net/packet.h> 47 46 #include <net/packet_header.h> -
uspace/lib/net/generic/packet_remote.c
ra358279 r514ee46 43 43 #include <sys/mman.h> 44 44 45 #include <net_messages.h>46 45 #include <packet_client.h> 47 46 #include <packet_remote.h>
Note:
See TracChangeset
for help on using the changeset viewer.