Port of LwIP performed by Ralf in 2010. Not recommended for use with recent mbed libraries, but good demos of raw LwIP possible

Dependents:   LwIP_raw_API_serverExample tiny-dtls

Revision:
0:0791c1fece8e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Core/device.h	Tue Sep 18 14:41:24 2012 +0000
@@ -0,0 +1,17 @@
+#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