mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-15 01:10:29 +00:00
34939cad39
SVN-Revision: 15242
20 lines
582 B
C
20 lines
582 B
C
/*
|
|
* HND SiliconBackplane Gigabit Ethernet core software interface.
|
|
*
|
|
* Copyright 2007, Broadcom Corporation
|
|
* All Rights Reserved.
|
|
*
|
|
* THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
|
|
* KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
|
|
* SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
* FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
|
|
*
|
|
*/
|
|
|
|
#ifndef _hndgige_h_
|
|
#define _hndgige_h_
|
|
|
|
extern void sb_gige_init(sb_t *sbh, uint32 unit, bool *rgmii);
|
|
|
|
#endif /* _hndgige_h_ */
|