summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-08-19 13:41:43 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-10-13 10:48:56 +0200
commit3487f1ee8e0345ed22c6097be4466c0b96590604 (patch)
tree410bcd51e6a751aab07e1c3a88704173d9c354e4 /include
parent5e2971204128b4dd7719376e779aab8402151933 (diff)
downloadbarebox-3487f1ee8e0345ed22c6097be4466c0b96590604.tar.gz
barebox-3487f1ee8e0345ed22c6097be4466c0b96590604.tar.xz
net: remove unused state NETLOOP_RESTART
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/net.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/net.h b/include/net.h
index 93bf4616c3..add62733cb 100644
--- a/include/net.h
+++ b/include/net.h
@@ -297,9 +297,8 @@ extern void ArpRequest (void);
/* ------------------------------------ */
#define NETLOOP_CONTINUE 1
-#define NETLOOP_RESTART 2
-#define NETLOOP_SUCCESS 3
-#define NETLOOP_FAIL 4
+#define NETLOOP_SUCCESS 2
+#define NETLOOP_FAIL 3
typedef enum { BOOTP, RARP, ARP, TFTP, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP } proto_t;