Changeset 1493811 in mainline for uspace/srv/ethip/ethip_nic.h


Ignore:
Timestamp:
2012-02-11T19:11:08Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4f64a523
Parents:
e767dbf
Message:

Ethernet PDU encoding and decoding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ethip/ethip_nic.h

    re767dbf r1493811  
    2727 */
    2828
    29 /** @addtogroup inet
     29/** @addtogroup ethip
    3030 * @{
    3131 */
     
    4242extern int ethip_nic_discovery_start(void);
    4343extern ethip_nic_t *ethip_nic_find_by_iplink_sid(service_id_t);
     44extern int ethip_nic_send(ethip_nic_t *, void *, size_t);
     45
    4446
    4547#endif
Note: See TracChangeset for help on using the changeset viewer.