Changeset b278b4e in mainline for uspace/lib/net/include/nil_interface.h
- Timestamp:
- 2010-10-10T19:52:27Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10056483
- Parents:
- ae972834 (diff), eb51e31 (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
rae972834 rb278b4e 68 68 69 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 70 #include <nil_remote.h> 81 71 #include <packet/packet_server.h> … … 84 74 #define nil_received_msg nil_received_msg_remote 85 75 86 #endif /* CONFIG_NETIF_NIL_BUNDLE */87 88 76 #endif 89 77
Note:
See TracChangeset
for help on using the changeset viewer.