summaryrefslogtreecommitdiff
path: root/net/net-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/net-common.c')
-rw-r--r--net/net-common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/net-common.c b/net/net-common.c
index c68e19fc03e..ec1e179f7d9 100644
--- a/net/net-common.c
+++ b/net/net-common.c
@@ -6,6 +6,9 @@
#include <linux/time.h>
#include <rtc.h>
+/* Network loop state */
+enum net_loop_state net_state;
+
void copy_filename(char *dst, const char *src, int size)
{
if (src && *src && (*src == '"')) {