Changeset 962f03b in mainline for uspace/srv/ethip/ethip_nic.h


Ignore:
Timestamp:
2012-02-27T19:32:15Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56792a2
Parents:
87e5658c
Message:

IP links need to be made aware of configured IP addresses.

File:
1 edited

Legend:

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

    r87e5658c r962f03b  
    3939
    4040#include <ipc/loc.h>
     41#include "ethip.h"
    4142
    4243extern int ethip_nic_discovery_start(void);
    4344extern ethip_nic_t *ethip_nic_find_by_iplink_sid(service_id_t);
    4445extern int ethip_nic_send(ethip_nic_t *, void *, size_t);
    45 
     46extern int ethip_nic_addr_add(ethip_nic_t *, iplink_srv_addr_t *);
     47extern int ethip_nic_addr_remove(ethip_nic_t *, iplink_srv_addr_t *);
     48extern ethip_link_addr_t *ethip_nic_addr_find(ethip_nic_t *,
     49    iplink_srv_addr_t *);
    4650
    4751#endif
Note: See TracChangeset for help on using the changeset viewer.