Changeset b278b4e in mainline for uspace/lib/net/include/arp_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/arp_interface.h
rae972834 rb278b4e 104 104 * @param service The ARP module service. Ignored parameter. 105 105 * @returns The ARP module phone on success. 106 * @returns 0 if called by the bundle module.107 106 */ 108 107 extern int arp_connect_module(services_t service); 109 108 110 109 /** Returns the ARP task identifier. 111 * @returns The current task identifier if called by the bundle module.112 110 * @returns 0 if called by the remote module. 113 111 */
Note:
See TracChangeset
for help on using the changeset viewer.