minor derivative to reduce compiler warnings and tag read-only parameters as const.

Dependents:   EthernetInterface

Fork of lwip by mbed official

Revision:
5:89eb903836af
Parent:
0:51ac1d130fd4
--- a/include/netif/etharp.h	Fri Jun 22 15:08:59 2012 +0000
+++ b/include/netif/etharp.h	Tue Jun 26 14:13:33 2012 +0000
@@ -212,10 +212,10 @@
 
 extern const struct eth_addr ethbroadcast, ethzero;
 
-#endif /* LWIP_ARP || LWIP_ETHERNET */
-
 #ifdef __cplusplus
 }
 #endif
 
+#endif /* LWIP_ARP || LWIP_ETHERNET */
+
 #endif /* __NETIF_ARP_H__ */