close Warning: Can't use blame annotator:
No changeset 2 in the repository

source: svn/newcon3bcm2_21bu/BSEAV/api/src/nexus/bsettop_compat.c

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.5 KB
RevLine 
1/***************************************************************************
2 *     Copyright (c) 2002-2007, 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: bsettop_compat.c $
11 * $brcm_Revision: 1 $
12 * $brcm_Date: 10/15/07 2:35p $
13 *
14 * Module Description:
15 *
16 * Revision History:
17 *
18 * $brcm_Log: /BSEAV/api/src/nexus/bsettop_compat.c $
19 *
20 * 1   10/15/07 2:35p erickson
21 * PR36068: initial
22 *
23 * 1   6/14/07 10:12a jgarrett
24 * PR 32123: Adding bsettop_compat.h
25 *
26 * PR32123/1   6/13/07 4:20p vle
27 * PR32123: header file mapping old API's name to new API's name for
28 * backward compatibility
29 *
30 ***************************************************************************/
31#ifndef BSETTOP_COMPACT_H__
32#define BSETTOP_COMPACT_H__
33         
34#ifdef __cplusplus
35extern "C"
36{
37#endif
38
39#define boutput_dvi_t boutput_hdmi_t
40#define boutput_dvi boutput_hdmi
41#define boutput_dvi_settings boutput_hdmi_settings
42#define boutput_dvi_capabilities boutput_hdmi_capabilities
43
44
45#define boutput_dvi_open boutput_hdmi_open
46#define boutput_dvi_set boutput_hdmi_set
47#define boutput_dvi_get boutput_hdmi_get
48#define boutput_dvi_get_capabilities boutput_hdmi_get_capabilities
49
50
51
52
53
54
55#ifdef __cplusplus
56 }
57#endif
58 
59#endif /* BSETTOP_COMPACT_H__ */
60
61
Note: See TracBrowser for help on using the repository browser.