net: Move common init into a new eth_common.c file
[oweals/u-boot.git] / net / eth_internal.h
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