/*************************************************************************** * Copyright (c) 2003-2008, 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_3520.h $ * $brcm_Revision: Hydra_Software_Devel/1 $ * $brcm_Date: 10/20/08 2:51p $ * * * Revision History: * * $brcm_Log: /magnum/basemodules/hab/3520/bhab_3520.h $ * * Hydra_Software_Devel/1 10/20/08 2:51p gmohile * PR 47386 : Checkin initial version * ***************************************************************************/ #ifndef BHAB_3520_H #define BHAB_3520_H #ifdef __cplusplus extern "C" { #endif #include "bhab.h" /*************************************************************************** Summary: This function returns the default settings for 3520 module. Description: This function is responsible for returns the default setting for 3520 module. The returning default setting should be used when opening the device. Returns: TODO: See Also: BSPI_Open() ****************************************************************************/ BERR_Code BHAB_3520_GetDefaultSettings( BHAB_Settings * pDefSetting /* [in] Default settings */ ); #ifdef __cplusplus } #endif #endif