]> Git Repo - u-boot.git/blob - include/net/wget.h
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / include / net / wget.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Duncan Hare Copyright 2017
4  */
5
6 /**
7  * wget_start() - begin wget
8  */
9 void wget_start(void);
10
11 #define DEBUG_WGET              0       /* Set to 1 for debug messages */
12 #define WGET_RETRY_COUNT        30
13 #define WGET_TIMEOUT            2000UL
This page took 0.023116 seconds and 4 git commands to generate.