|
Last change
on this file since 76 was
76,
checked in by megakiss, 10 years ago
|
|
1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함
|
-
Property svn:executable set to
*
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | /*************************************************************************** |
|---|
| 2 | * Copyright (c) 2004, 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: bvsb_priv.h $ |
|---|
| 11 | * $brcm_Revision: Hydra_Software_Devel/1 $ |
|---|
| 12 | * $brcm_Date: 9/29/04 11:19a $ |
|---|
| 13 | * |
|---|
| 14 | * [File Description:] |
|---|
| 15 | * |
|---|
| 16 | * Revision History: |
|---|
| 17 | * |
|---|
| 18 | * $brcm_Log: /magnum/portinginterface/vsb/bvsb_priv.h $ |
|---|
| 19 | * |
|---|
| 20 | * Hydra_Software_Devel/1 9/29/04 11:19a brianlee |
|---|
| 21 | * PR12617: PI code for 3520. |
|---|
| 22 | * |
|---|
| 23 | ***************************************************************************/ |
|---|
| 24 | |
|---|
| 25 | #ifndef BVSB_PRIV_H__ |
|---|
| 26 | #define BVSB_PRIV_H__ |
|---|
| 27 | |
|---|
| 28 | #ifdef __cplusplus |
|---|
| 29 | extern "C" { |
|---|
| 30 | #endif |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | /****************************************************************************** |
|---|
| 34 | Summary: |
|---|
| 35 | This is the structure for the BVSB_Handle. |
|---|
| 36 | ******************************************************************************/ |
|---|
| 37 | typedef struct BVSB_P_Handle |
|---|
| 38 | { |
|---|
| 39 | BVSB_Settings settings; /* user settings */ |
|---|
| 40 | void *pImpl; /* pointer to chip-specific structure */ |
|---|
| 41 | } BVSB_P_Handle; |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | |
|---|
| 45 | #ifdef __cplusplus |
|---|
| 46 | } |
|---|
| 47 | #endif |
|---|
| 48 | |
|---|
| 49 | #endif /* BVSB_PRIV_H__ */ |
|---|
| 50 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.