Update QCA956x GPIO OUT functions list
[oweals/u-boot_mod.git] / u-boot / net / httpd.h
1 #ifndef _NET_HTTPD_H__
2 #define _NET_HTTPD_H__
3
4 void HttpdStart(void);
5 void HttpdHandler(void);
6
7 /* board specific implementation */
8 extern int do_http_upgrade(const ulong size, const int upgrade_type);
9 extern int do_http_progress(const int state);
10 extern void all_led_on(void);
11 extern void all_led_off(void);
12
13 #endif