mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 14:18:14 +01:00
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10 lines
180 B
C
10 lines
180 B
C
/*
|
|
* smsc9303.h - routines to initialize SMSC 9303 switch
|
|
*
|
|
* Copyright (c) 2010 BCT Electronic GmbH
|
|
*
|
|
* Licensed under the GPL-2 or later.
|
|
*/
|
|
|
|
int init_smsc9303i_mii(void);
|