source: svn/newcon3bcm2_21bu/magnum/basemodules/hab/3112/bhab_3112.h @ 74

Last change on this file since 74 was 74, checked in by phkim, 10 years ago
  1. phkim
  2. zasc
  3. 변경 내용
    • CT_ChMapUpdatePMTAC3AudioDescriptor 메모리 leak 버그 수정
  • Property svn:executable set to *
File size: 1.5 KB
Line 
1/***************************************************************************
2 *     Copyright (c) 2003-2009, 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_3112.h $
11 * $brcm_Revision: Hydra_Software_Devel/1 $
12 * $brcm_Date: 3/10/09 1:57p $
13 *
14 *
15 * Revision History:
16 *
17 * $brcm_Log: /magnum/basemodules/hab/3112/bhab_3112.h $
18 *
19 * Hydra_Software_Devel/1   3/10/09 1:57p vishk
20 * PR 46431: Add support for BCM3117, BCM3114, and BCM3112
21 *
22 *
23 ***************************************************************************/
24
25#ifndef BHAB_3112_H
26#define BHAB_3112_H
27
28#ifdef __cplusplus
29extern "C" {
30#endif
31
32
33#include "bhab.h"
34
35/***************************************************************************
36Summary:
37        This function returns the default settings for 3112 module.
38
39Description:
40        This function is responsible for returns the default setting for
41        3112 module. The returning default setting should be used when
42        opening the device.
43
44Returns:
45        TODO:
46
47See Also:
48        BSPI_Open()
49
50****************************************************************************/
51BERR_Code BHAB_3112_GetDefaultSettings(
52        BHAB_Settings * pDefSetting     /* [in] Default settings */
53);
54
55
56#ifdef __cplusplus
57}
58#endif
59
60#endif
Note: See TracBrowser for help on using the repository browser.