/*************************************************************************** * Copyright (c) 2003-2011, Broadcom Corporation * All Rights Reserved * Confidential Property of Broadcom Corporation * * THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE * AGREEMENT BETWEEN THE USER AND BROADCOM. YOU HAVE NO RIGHT TO USE OR * EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT. * * $brcm_Workfile: bhab_3128.h $ * $brcm_Revision: Hydra_Software_Devel/1 $ * $brcm_Date: 2/1/11 10:45a $ * * * Revision History: * * $brcm_Log: /magnum/basemodules/hab/3128/bhab_3128.h $ * * Hydra_Software_Devel/1 2/1/11 10:45a atanugul * SW3128-2: Add Support for BCM3128 * ***************************************************************************/ #ifndef BHAB_3128_H #define BHAB_3128_H #ifdef __cplusplus extern "C" { #endif #include "bhab.h" /*************************************************************************** Summary: This function returns the default settings for 3128 module. Description: This function is responsible for returns the default setting for 3128 module. The returning default setting should be used when opening the device. Returns: TODO: See Also: BSPI_Open() ****************************************************************************/ BERR_Code BHAB_3128_GetDefaultSettings( BHAB_Settings * pDefSetting /* [in] Default settings */ ); #ifdef __cplusplus } #endif #endif