up_internal.h: Define out the prototype for up_netinitialize() if CONFIG_NETDEV_LATEINIT is also defined

This commit is contained in:
dongjianli
2018-08-24 14:50:45 -06:00
committed by Gregory Nutt
parent c0bacb7d89
commit 19e16cb1ba
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ void xtensa_timer_initialize(void);
/* Network */
#ifdef CONFIG_NET
#if defined(CONFIG_NET) && !defined(CONFIG_NETDEV_LATEINIT)
void up_netinitialize(void);
#else
# define up_netinitialize()