xref: /OK3568_Linux_fs/u-boot/board/freescale/common/sgmii_riser.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /*
2*4882a593Smuzhiyun  * Freescale SGMII Riser Card
3*4882a593Smuzhiyun  *
4*4882a593Smuzhiyun  * This driver supports the SGMII Riser card found on the
5*4882a593Smuzhiyun  * "DS" style of development board from Freescale.
6*4882a593Smuzhiyun  *
7*4882a593Smuzhiyun  * This software may be used and distributed according to the
8*4882a593Smuzhiyun  * terms of the GNU Public License, Version 2, incorporated
9*4882a593Smuzhiyun  * herein by reference.
10*4882a593Smuzhiyun  *
11*4882a593Smuzhiyun  * Copyright 2008 Freescale Semiconductor, Inc.
12*4882a593Smuzhiyun  *
13*4882a593Smuzhiyun  */
14*4882a593Smuzhiyun 
15*4882a593Smuzhiyun void fsl_sgmii_riser_init(struct tsec_info_struct *tsec_info, int num);
16*4882a593Smuzhiyun void fsl_sgmii_riser_fdt_fixup(void *fdt);
17