A version of LWIP, provided for backwards compatibility.

Dependents:   AA_DemoBoard DemoBoard HelloServerDemo DemoBoard_RangeIndicator ... more

trunk/Core/device.h

Committer:
root@mbed.org
Date:
2012-05-08
Revision:
0:5e1631496985

File content as of revision 0:5e1631496985:

#ifndef ETHNETIF_H
#define ETHNETIF_H

#ifdef __cplusplus
extern "C" {
#endif

void device_poll();
err_t device_init(struct netif *netif);
void device_address(char *mac);


#ifdef __cplusplus
};
#endif

#endif