]> Git Repo - J-u-boot.git/blame - net/eth_internal.h
net: lwip: Enable https:// support for wget
[J-u-boot.git] / net / eth_internal.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
818f91eb
SG
2/*
3 * (C) Copyright 2001-2015
4 * Wolfgang Denk, DENX Software Engineering, [email protected].
5 * Joe Hershberger, National Instruments
818f91eb
SG
6 */
7
8#ifndef __ETH_INTERNAL_H
9#define __ETH_INTERNAL_H
10
11/* Do init that is common to driver model and legacy networking */
12void eth_common_init(void);
13
8607a6bf
SG
14int eth_mac_skip(int index);
15void eth_current_changed(void);
8607a6bf 16void eth_set_dev(struct udevice *dev);
8607a6bf
SG
17void eth_set_current_to_next(void);
18
818f91eb 19#endif
This page took 0.249071 seconds and 4 git commands to generate.