Sign in
qemu
/
u-boot
/
b3bbbf5fee21c7e4535cf24676609cfe64ff17fc
/
.
/
include
/
net
/
wget.h
blob: 9a423b304147c4d9a12dccf6afe38413e616a8d8 [
file
]
/* 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