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.
Dependents: EthernetInterface EthernetInterface_vz
Fork of lwip-eth by
Diff: arch/lpc17_emac.h
- Revision:
- 7:5754e05385b8
- Parent:
- 5:698d868a5285
diff -r 59b01b9349d5 -r 5754e05385b8 arch/lpc17_emac.h
--- a/arch/lpc17_emac.h Mon Jun 03 12:06:46 2013 +0100
+++ b/arch/lpc17_emac.h Mon Aug 19 18:39:00 2013 +0300
@@ -21,31 +21,31 @@
* notification. NXP Semiconductors also make no representation or
* warranty that such application will be suitable for the specified
* use without further testing or modification.
-**********************************************************************/
-
-#ifndef __LPC17_EMAC_H
-#define __LPC17_EMAC_H
-
+**********************************************************************/
+
+#ifndef __LPC17_EMAC_H
+#define __LPC17_EMAC_H
+
#include "lwip/opt.h"
-#include "lwip/netif.h"
+#include "lwip/netif.h"
#ifdef __cplusplus
extern "C"
{
-#endif
+#endif
/* These functions are only visible when not using an RTOS */
#if NO_SYS == 1
-void lpc_enetif_input(struct netif *netif);
+void lpc_enetif_input(struct netif *netif);
s32_t lpc_tx_ready(struct netif *netif);
-s32_t lpc_rx_queue(struct netif *netif);
-void lpc_tx_reclaim(struct netif *netif);
+s32_t lpc_rx_queue(struct netif *netif);
+void lpc_tx_reclaim(struct netif *netif);
#endif
err_t lpc_enetif_init(struct netif *netif);
#ifdef __cplusplus
}
-#endif
+#endif
-#endif /* __LPC17_EMAC_H */
+#endif /* __LPC17_EMAC_H */
