xref: /openbmc/u-boot/net/eth_internal.h (revision 818f91eb5778781083e33ce3291bba76a3f1601c)
1 /*
2  * (C) Copyright 2001-2015
3  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4  * Joe Hershberger, National Instruments
5  *
6  * SPDX-License-Identifier:	GPL-2.0+
7  */
8 
9 #ifndef __ETH_INTERNAL_H
10 #define __ETH_INTERNAL_H
11 
12 /* Do init that is common to driver model and legacy networking */
13 void eth_common_init(void);
14 
15 #endif
16