/*************************************************************************** * Copyright (c) 2003-2009, 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_3114.h $ * $brcm_Revision: Hydra_Software_Devel/1 $ * $brcm_Date: 3/10/09 1:55p $ * * * Revision History: * * $brcm_Log: /magnum/basemodules/hab/3114/bhab_3114.h $ * * Hydra_Software_Devel/1 3/10/09 1:55p vishk * PR 46431: Add support for BCM3117, BCM3114, and BCM3112 * ***************************************************************************/ #ifndef BHAB_3114_H #define BHAB_3114_H #ifdef __cplusplus extern "C" { #endif #include "bhab.h" /*************************************************************************** Summary: This function returns the default settings for 3114 module. Description: This function is responsible for returns the default setting for 3114 module. The returning default setting should be used when opening the device. Returns: TODO: See Also: BSPI_Open() ****************************************************************************/ BERR_Code BHAB_3114_GetDefaultSettings( BHAB_Settings * pDefSetting /* [in] Default settings */ ); #ifdef __cplusplus } #endif #endif