test public

Fork of Modbus by Cam Marshall

Revision:
1:a3ee8cb24540
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ethernetif.h	Mon Jul 02 14:36:46 2018 +0000
@@ -0,0 +1,12 @@
+#ifndef __ETHERNETIF_H__
+#define __ETHERNETIF_H__
+
+
+#include "lwip/err.h"
+#include "lwip/netif.h"
+
+err_t ethernetif_init(struct netif *netif);
+err_t ethernetif_input(struct netif *netif);
+
+#endif
+