| 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: bads_3x7x.h $ |
|---|
| 11 | * $brcm_Revision: Hydra_Software_Devel/1 $ |
|---|
| 12 | * $brcm_Date: 10/10/11 2:05p $ |
|---|
| 13 | * |
|---|
| 14 | * Module Description: |
|---|
| 15 | * |
|---|
| 16 | * Revision History: |
|---|
| 17 | * |
|---|
| 18 | * $brcm_Log: /magnum/portinginterface/ads/7552/bads_3x7x.h $ |
|---|
| 19 | * |
|---|
| 20 | * Hydra_Software_Devel/1 10/10/11 2:05p farshidf |
|---|
| 21 | * SW7552-134: sync up to V2_0 of 3461 |
|---|
| 22 | * |
|---|
| 23 | * Hydra_Software_Devel/1 4/20/11 12:39p farshidf |
|---|
| 24 | * SWDTV-6190: add intial DS files |
|---|
| 25 | * |
|---|
| 26 | ***************************************************************************/ |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | #ifndef BADS_3X7X_H__ |
|---|
| 30 | #define BADS_3X7X_H__ |
|---|
| 31 | |
|---|
| 32 | #include "bchp.h" |
|---|
| 33 | #include "breg_mem.h" |
|---|
| 34 | #include "bint.h" |
|---|
| 35 | #include "bkni.h" |
|---|
| 36 | #include "berr_ids.h" |
|---|
| 37 | #include "bads.h" |
|---|
| 38 | |
|---|
| 39 | #ifdef __cplusplus |
|---|
| 40 | extern "C" { |
|---|
| 41 | #endif |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | /*************************************************************************** |
|---|
| 45 | Summary: |
|---|
| 46 | This function returns the default settings for Qam In-Band Downstream module. |
|---|
| 47 | |
|---|
| 48 | Description: |
|---|
| 49 | This function is responsible for returns the default setting for |
|---|
| 50 | BADS module. The returning default setting should be when |
|---|
| 51 | opening the device. |
|---|
| 52 | |
|---|
| 53 | Returns: |
|---|
| 54 | TODO: |
|---|
| 55 | |
|---|
| 56 | See Also: |
|---|
| 57 | BADS_7517_Open() |
|---|
| 58 | |
|---|
| 59 | ****************************************************************************/ |
|---|
| 60 | BERR_Code BADS_3x7x_GetDefaultSettings( |
|---|
| 61 | BADS_Settings *pDefSettings, /* [out] Returns default setting */ |
|---|
| 62 | BCHP_Handle hChip /* [in] Chip handle */ |
|---|
| 63 | ); |
|---|
| 64 | |
|---|
| 65 | |
|---|
| 66 | |
|---|
| 67 | #ifdef __cplusplus |
|---|
| 68 | } |
|---|
| 69 | #endif |
|---|
| 70 | |
|---|
| 71 | #endif |
|---|
| 72 | |
|---|