Changes in uspace/lib/net/generic/packet_remote.c [c5b59ce:c69d327] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/generic/packet_remote.c
rc5b59ce rc69d327 40 40 #include <err.h> 41 41 #include <ipc/ipc.h> 42 #include <ipc/packet.h> 42 43 #include <sys/mman.h> 43 44 44 45 #include <net_messages.h> 45 #include <packet/packet.h> 46 #include <packet/packet_client.h> 47 #include <packet/packet_header.h> 48 #include <packet/packet_messages.h> 46 #include <packet_client.h> 49 47 #include <packet_remote.h> 48 49 #include <net/packet.h> 50 #include <net/packet_header.h> 50 51 51 52 /** Obtain the packet from the packet server as the shared memory block.
Note:
See TracChangeset
for help on using the changeset viewer.