From ea5427e2607041f6f5cf0bff8f5c85bc7f67dbf8 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 15 May 2013 06:23:54 +0000 Subject: net: Add prototype for update_tftp This function should be declared in net.h. Signed-off-by: Simon Glass Reviewed-by: Joe Hershberger --- include/net.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/net.h') diff --git a/include/net.h b/include/net.h index 970d4d1..23fb947 100644 --- a/include/net.h +++ b/include/net.h @@ -695,6 +695,9 @@ extern void copy_filename(char *dst, const char *src, int size); /* get a random source port */ extern unsigned int random_port(void); +/* Update U-Boot over TFTP */ +extern int update_tftp(ulong addr); + /**********************************************************************/ #endif /* __NET_H__ */ -- cgit v1.1