]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/bootp.h
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / net / bootp.h
index a7117528a4f3c4ae299094912b6925d5ef1d305e..3ffbc51db3b1588855324de3dcd735ad903f3bee 100644 (file)
@@ -64,6 +64,7 @@ extern int    BootpTry;
 
 
 /* Send a BOOTP request */
+extern void BootpReset(void);
 extern void BootpRequest(void);
 
 /****************** DHCP Support *********************/
@@ -87,8 +88,6 @@ typedef enum { INIT,
 #define DHCP_NAK      6
 #define DHCP_RELEASE  7
 
-#define SELECT_TIMEOUT 3000UL  /* Milliseconds to wait for offers */
-
 /**********************************************************************/
 
 #endif /* __BOOTP_H__ */