Changeset f14291b in mainline for uspace/lib/net/include/nil_interface.h
- Timestamp:
- 2010-10-19T20:55:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a93d79a
- Parents:
- 1882525 (diff), a7a85d16 (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/include/nil_interface.h
r1882525 rf14291b 38 38 39 39 #include <ipc/ipc.h> 40 #include <ipc/nil.h> 40 41 41 #include <net_messages.h> 42 #include <adt/measured_strings.h> 43 #include <packet/packet.h> 44 #include <nil_messages.h> 45 #include <net_device.h> 42 #include <generic.h> 43 #include <nil_remote.h> 46 44 47 45 #define nil_bind_service(service, device_id, me, receiver) \ … … 67 65 netif_service) 68 66 69 70 #ifdef CONFIG_NETIF_NIL_BUNDLE71 72 #include <nil_local.h>73 #include <packet/packet_server.h>74 75 #define nil_device_state_msg nil_device_state_msg_local76 #define nil_received_msg nil_received_msg_local77 78 #else /* CONFIG_NETIF_NIL_BUNDLE */79 80 #include <nil_remote.h>81 #include <packet/packet_server.h>82 83 67 #define nil_device_state_msg nil_device_state_msg_remote 84 68 #define nil_received_msg nil_received_msg_remote 85 86 #endif /* CONFIG_NETIF_NIL_BUNDLE */87 69 88 70 #endif
Note:
See TracChangeset
for help on using the changeset viewer.