Changeset a9c6b966 in mainline for uspace/srv/net/nil/nildummy/nildummy.c
- Timestamp:
- 2010-11-19T22:04:12Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0b4a67a, fdbc3ff
- Parents:
- a7811f17 (diff), 1bfd3d3 (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/srv/net/nil/nildummy/nildummy.c
ra7811f17 ra9c6b966 142 142 * @param[in] service The device driver service. 143 143 * @param[in] mtu The device maximum transmission unit. 144 * @return sEOK on success.145 * @return sEEXIST if the device with the different service exists.146 * @return sENOMEM if there is not enough memory left.147 * @return sOther error codes as defined for the144 * @return EOK on success. 145 * @return EEXIST if the device with the different service exists. 146 * @return ENOMEM if there is not enough memory left. 147 * @return Other error codes as defined for the 148 148 * netif_bind_service() function. 149 * @return sOther error codes as defined for the149 * @return Other error codes as defined for the 150 150 * netif_get_addr_req() function. 151 151 */
Note:
See TracChangeset
for help on using the changeset viewer.