]> Git Repo - u-boot.git/blame - 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
CommitLineData
cfbae482
YCLP
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Duncan Hare Copyright 2017
4 */
5
6/**
7 * wget_start() - begin wget
8 */
9void wget_start(void);
10
cfbae482 11#define DEBUG_WGET 0 /* Set to 1 for debug messages */
cfbae482
YCLP
12#define WGET_RETRY_COUNT 30
13#define WGET_TIMEOUT 2000UL
This page took 0.218472 seconds and 4 git commands to generate.