Changeset c0e74b1 in mainline for uspace/lib/net/netif/netif_remote.c
- Timestamp:
- 2010-10-06T22:58:18Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ae972834
- Parents:
- 49d871ea (diff), d9e2e0e (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/lib/net/netif/netif_remote.c
r49d871ea rc0e74b1 37 37 #include <ipc/services.h> 38 38 39 #include <net _modules.h>39 #include <net/modules.h> 40 40 #include <adt/measured_strings.h> 41 41 #include <packet/packet.h> … … 44 44 #include <netif_remote.h> 45 45 #include <netif_messages.h> 46 #include <net_messages.h> 46 47 47 48 int netif_get_addr_req_remote(int netif_phone, device_id_t device_id,
Note:
See TracChangeset
for help on using the changeset viewer.