Nirvana Jay / Mbed 2 deprecated F7DISCO_Demo

Dependencies:   BSP_DISCO_F746NG_patch mbed-rtos mbed

Revision:
0:c00e6c923941
diff -r 000000000000 -r c00e6c923941 patch/LwIP/system/noOS/ethernetif.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patch/LwIP/system/noOS/ethernetif.h	Mon Nov 02 23:38:08 2015 +0000
@@ -0,0 +1,11 @@
+#ifndef __ETHERNETIF_H__
+#define __ETHERNETIF_H__
+
+
+#include "lwip/err.h"
+#include "lwip/netif.h"
+
+/* Exported types ------------------------------------------------------------*/
+err_t ethernetif_init(struct netif *netif);
+void ethernetif_input(struct netif *netif);
+#endif