]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - net/bootp.h
Merge branch 'master' of git://git.denx.de/u-boot-imx
[karo-tx-uboot.git] / net / bootp.h
index ecbcc4d5093c3dd4b2ba5e4b89e200bd32fe22d8..3b95a0a2ded87596636516c3b1b865aa79cf3aaf 100644 (file)
@@ -65,6 +65,7 @@ extern int    BootpTry;
 
 
 /* Send a BOOTP request */
+extern void BootpReset(void);
 extern void BootpRequest(void);
 
 /****************** DHCP Support *********************/
@@ -88,8 +89,6 @@ typedef enum { INIT,
 #define DHCP_NAK      6
 #define DHCP_RELEASE  7
 
-#define SELECT_TIMEOUT 3000UL  /* Milliseconds to wait for offers */
-
 /**********************************************************************/
 
 #endif /* __BOOTP_H__ */