1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2001-2015
5 * Joe Hershberger, National Instruments
8 #ifndef __ETH_INTERNAL_H
9 #define __ETH_INTERNAL_H
11 /* Do init that is common to driver model and legacy networking */
12 void eth_common_init(void);
14 int eth_mac_skip(int index);
15 void eth_current_changed(void);
16 void eth_set_dev(struct udevice *dev);
17 void eth_set_current_to_next(void);