LRSD stephane / Mbed 2 deprecated WEBserver0-lrsd

Dependencies:   mbed

Revision:
0:441400ffd086
diff -r 000000000000 -r 441400ffd086 lwip/Core/device.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lwip/Core/device.h	Fri Sep 02 08:36:24 2011 +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