]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - net/tftp.h
kw_spi: add weak functions board_spi_claim/release_bus
[karo-tx-uboot.git] / net / tftp.h
index 3abdf7bc267f3b7219f4af7512eb13d077cfcbbf..18e4c9c25d72debace773afa62e873ba372c62fd 100644 (file)
  */
 
 /* tftp.c */
-extern void    TftpStart (void);       /* Begin TFTP get */
+void TftpStart(enum proto_t protocol); /* Begin TFTP get/put */
 
 #ifdef CONFIG_CMD_TFTPSRV
-extern void    TftpStartServer(void);  /* Wait for incoming TFTP put */
+extern void TftpStartServer(void);     /* Wait for incoming TFTP put */
 #endif
 
 /**********************************************************************/