summaryrefslogtreecommitdiff
path: root/nuttx/net/net_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/net_internal.h')
-rw-r--r--nuttx/net/net_internal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/nuttx/net/net_internal.h b/nuttx/net/net_internal.h
index abea7ccfe..d8691aaee 100644
--- a/nuttx/net/net_internal.h
+++ b/nuttx/net/net_internal.h
@@ -225,14 +225,6 @@ void netdev_rxnotify(const uip_ipaddr_t addr);
int netdev_count(void);
#endif
-/* net_arptimer.c ************************************************************/
-
-#ifdef CONFIG_NET_ARP
-void arptimer_init(void);
-#else
-# define arptimer_init()
-#endif
-
/* send.c ********************************************************************/
ssize_t psock_send(FAR struct socket *psock, FAR const void *buf, size_t len,