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


Ignore:
Timestamp:
2012-02-06T16:12:58Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ceba4bed
Parents:
06295a9
Message:

Identify incoming IP link connections.

File:
1 edited

Legend:

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

    r06295a9 rbc38578  
    3838#define ETHIP_NIC_H_
    3939
     40#include <ipc/loc.h>
     41
    4042extern int ethip_nic_discovery_start(void);
     43extern ethip_nic_t *ethip_nic_find_by_iplink_sid(service_id_t);
    4144
    4245#endif
Note: See TracChangeset for help on using the changeset viewer.