[package] openssl: update to 0.9.8j. thanks puchu.
[openwrt.git] / package / broadcom-57xx / src / hndgige.h
1 /*
2 * HND SiliconBackplane Gigabit Ethernet core software interface.
3 *
4 * Copyright 2007, Broadcom Corporation
5 * All Rights Reserved.
6 *
7 * THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
8 * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
9 * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
10 * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
11 *
12 * $Id: hndgige.h,v 1.5 2007/06/01 05:58:20 michael Exp $
13 */
14
15 #ifndef _hndgige_h_
16 #define _hndgige_h_
17
18 extern void sb_gige_init(sb_t *sbh, uint32 unit, bool *rgmii);
19
20 #endif /* _hndgige_h_ */
This page took 0.07188 seconds and 5 git commands to generate.