~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/board/freescale/common/sgmii_riser.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

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