summaryrefslogtreecommitdiffstats
path: root/net/tftp.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-04-08 01:41:07 -0500
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:33 -0600
commit8885c5fe90ef43d087c9b2cc3a0f907aff90bd76 (patch)
tree6a191690ed2241d4bc6143a7e1c7dece2e9c5eda /net/tftp.h
parent1fd92db83d399ff7918e51ba84bc73d2466b5eb6 (diff)
downloadblackbird-obmc-uboot-8885c5fe90ef43d087c9b2cc3a0f907aff90bd76.tar.gz
blackbird-obmc-uboot-8885c5fe90ef43d087c9b2cc3a0f907aff90bd76.zip
net: cosmetic: Clean up TFTP variables and functions
Make a thorough pass through all variables and function names contained within tftp and remove CamelCase and improve naming. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'net/tftp.h')
-rw-r--r--net/tftp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tftp.h b/net/tftp.h
index 2b686e3ca6..c411c9b2e6 100644
--- a/net/tftp.h
+++ b/net/tftp.h
@@ -16,14 +16,14 @@
*/
/* tftp.c */
-void TftpStart(enum proto_t protocol); /* Begin TFTP get/put */
+void tftp_start(enum proto_t protocol); /* Begin TFTP get/put */
#ifdef CONFIG_CMD_TFTPSRV
-extern void TftpStartServer(void); /* Wait for incoming TFTP put */
+void tftp_start_server(void); /* Wait for incoming TFTP put */
#endif
-extern ulong TftpRRQTimeoutMSecs;
-extern int TftpRRQTimeoutCountMax;
+extern ulong tftp_timeout_ms;
+extern int tftp_timeout_count_max;
/**********************************************************************/
OpenPOWER on IntegriCloud