Changeset 1493811 in mainline for uspace/srv/ethip/ethip_nic.h
- Timestamp:
- 2012-02-11T19:11:08Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4f64a523
- Parents:
- e767dbf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ethip/ethip_nic.h
re767dbf r1493811 27 27 */ 28 28 29 /** @addtogroup inet29 /** @addtogroup ethip 30 30 * @{ 31 31 */ … … 42 42 extern int ethip_nic_discovery_start(void); 43 43 extern ethip_nic_t *ethip_nic_find_by_iplink_sid(service_id_t); 44 extern int ethip_nic_send(ethip_nic_t *, void *, size_t); 45 44 46 45 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.