]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - net/bootp.h
net: Remove the bd* parameter from net stack functions
[karo-tx-uboot.git] / net / bootp.h
index ecbcc4d5093c3dd4b2ba5e4b89e200bd32fe22d8..3ffbc51db3b1588855324de3dcd735ad903f3bee 100644 (file)
@@ -59,12 +59,12 @@ struct Bootp_t {
  */
 
 /* bootp.c */
-extern ulong   BootpID;                /* ID of cur BOOTP request      */
 extern char    BootFile[128];          /* Boot file name               */
 extern int     BootpTry;
 
 
 /* Send a BOOTP request */
+extern void BootpReset(void);
 extern void BootpRequest(void);
 
 /****************** DHCP Support *********************/
@@ -88,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__ */