My fork of the HTTPServer (working)

Dependents:   DGWWebServer LAN2

Core/lwIP/netif/device.h

Committer:
screamer
Date:
2012-08-06
Revision:
0:7a64fbb4069d

File content as of revision 0:7a64fbb4069d:

#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