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