Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG_patch mbed-rtos mbed
Diff: patch/LwIP/system/noOS/ethernetif.h
- 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