source: svn/trunk/newcon3bcm2_21bu/magnum/basemodules/hab/3461/bhab_3461.h

Last change on this file was 2, checked in by jglee, 11 years ago

first commit

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1/***************************************************************************
2 *     Copyright (c) 2005-2011, Broadcom Corporation
3 *     All Rights Reserved
4 *     Confidential Property of Broadcom Corporation
5 *
6 *  THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE
7 *  AGREEMENT  BETWEEN THE USER AND BROADCOM.  YOU HAVE NO RIGHT TO USE OR
8 *  EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT.
9 *
10 * $brcm_Workfile: bhab_3461.h $
11 * $brcm_Revision: Hydra_Software_Devel/1 $
12 * $brcm_Date: 3/16/11 3:32p $
13 *
14 * [File Description:]
15 *
16 * Revision History:
17 *
18 * $brcm_Log: /magnum/basemodules/hab/3461/bhab_3461.h $
19 *
20 * Hydra_Software_Devel/1   3/16/11 3:32p atanugul
21 * SW3461-3: Add support for BCM3461
22 *
23 *
24 ***************************************************************************/
25
26#ifndef BHAB_3461_H
27#define BHAB_3461_H
28
29#ifdef __cplusplus
30extern "C" {
31#endif
32
33
34#include "bhab.h"
35
36/***************************************************************************
37Summary:
38        This function returns the default settings for 3461 module.
39
40Description:
41        This function is responsible for returns the default setting for
42        3461 module. The returning default setting should be used when
43        opening the device.
44
45Returns:
46        TODO:
47
48See Also:
49        BSPI_Open()
50
51****************************************************************************/
52BERR_Code BHAB_3461_GetDefaultSettings(
53        BHAB_Settings * pDefSetting     /* [in] Default settings */
54);
55
56
57#ifdef __cplusplus
58}
59#endif
60
61#endif
Note: See TracBrowser for help on using the repository browser.