diff options
Diffstat (limited to 'include/net/wget.h')
-rw-r--r-- | include/net/wget.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/net/wget.h b/include/net/wget.h new file mode 100644 index 00000000000..9a423b30414 --- /dev/null +++ b/include/net/wget.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Duncan Hare Copyright 2017 + */ + +/** + * wget_start() - begin wget + */ +void wget_start(void); + +#define DEBUG_WGET 0 /* Set to 1 for debug messages */ +#define WGET_RETRY_COUNT 30 +#define WGET_TIMEOUT 2000UL |