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