summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common/up_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/common/up_internal.h')
-rw-r--r--nuttx/arch/arm/src/common/up_internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/common/up_internal.h b/nuttx/arch/arm/src/common/up_internal.h
index 268dc6f2d..f75995b00 100644
--- a/nuttx/arch/arm/src/common/up_internal.h
+++ b/nuttx/arch/arm/src/common/up_internal.h
@@ -157,6 +157,13 @@ extern void up_ledoff(int led);
# define up_ledoff(led)
#endif
+/* Defined in board/up_network.c */
+
+#ifdef CONFIG_NET
+extern up_netinitialize(void);
+#else
+# define up_netinitialize()
+#endif
#endif /* __ASSEMBLY__ */
#endif /* __UP_INTERNAL_H */