source: svn/newcon3bcm2_21bu/magnum/portinginterface/xpt/7552/bxpt_remux_priv.h

Last change on this file was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1/***************************************************************************
2 *     Copyright (c) 2003-2010, 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: bxpt_remux_priv.h $
11 * $brcm_Revision: Hydra_Software_Devel/1 $
12 * $brcm_Date: 10/25/10 2:09p $
13 *
14 * Private function definitions for the remux modules.
15 *
16 * Revision History:
17 *
18 *
19 ***************************************************************************/
20
21#ifndef BXPT_REMUX_PRIV_H__
22#define BXPT_REMUX_PRIV_H__
23
24#include "bxpt.h"
25#include "bxpt_remux.h"
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
31void BXPT_Remux_P_WriteReg(
32        BXPT_Remux_Handle hRmx,                 /* [in] Handle for the remux channel */
33        uint32_t Reg0Addr,
34        uint32_t RegVal
35        );
36
37uint32_t BXPT_Remux_P_ReadReg(
38        BXPT_Remux_Handle hRmx,                 /* [in] Handle for the remux channel */
39        uint32_t Reg0Addr
40        );
41
42#ifdef __cplusplus
43}
44#endif
45
46#endif /* #ifndef BXPT_REMUX_PRIV_H__ */
47
48/* end of file */
49
50
51
Note: See TracBrowser for help on using the repository browser.