|
Last change
on this file since 66 was
66,
checked in by megakiss, 11 years ago
|
|
키패드 기능 연결
전원키 누르고 리모콘 누르면 학습
CH+ 간격 1초 증가 MAX:15
CH- 간격 1초 감소 MIN :1
|
-
Property svn:executable set to
*
|
|
File size:
1.5 KB
|
| Line | |
|---|
| 1 | /*************************************************************************** |
|---|
| 2 | * Copyright (c) 2003-2009, 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: bhab_3109.h $ |
|---|
| 11 | * $brcm_Revision: Hydra_Software_Devel/1 $ |
|---|
| 12 | * $brcm_Date: 3/10/09 1:58p $ |
|---|
| 13 | * |
|---|
| 14 | * |
|---|
| 15 | * Revision History: |
|---|
| 16 | * |
|---|
| 17 | * $brcm_Log: /magnum/basemodules/hab/3109/bhab_3109.h $ |
|---|
| 18 | * |
|---|
| 19 | * Hydra_Software_Devel/1 3/10/09 1:58p vishk |
|---|
| 20 | * PR 46431: Add support for BCM3117, BCM3114, and BCM3112 |
|---|
| 21 | * |
|---|
| 22 | * |
|---|
| 23 | ***************************************************************************/ |
|---|
| 24 | |
|---|
| 25 | #ifndef BHAB_3109_H |
|---|
| 26 | #define BHAB_3109_H |
|---|
| 27 | |
|---|
| 28 | #ifdef __cplusplus |
|---|
| 29 | extern "C" { |
|---|
| 30 | #endif |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | #include "bhab.h" |
|---|
| 34 | |
|---|
| 35 | /*************************************************************************** |
|---|
| 36 | Summary: |
|---|
| 37 | This function returns the default settings for 3109 module. |
|---|
| 38 | |
|---|
| 39 | Description: |
|---|
| 40 | This function is responsible for returns the default setting for |
|---|
| 41 | 3109 module. The returning default setting should be used when |
|---|
| 42 | opening the device. |
|---|
| 43 | |
|---|
| 44 | Returns: |
|---|
| 45 | TODO: |
|---|
| 46 | |
|---|
| 47 | See Also: |
|---|
| 48 | BSPI_Open() |
|---|
| 49 | |
|---|
| 50 | ****************************************************************************/ |
|---|
| 51 | BERR_Code BHAB_3109_GetDefaultSettings( |
|---|
| 52 | BHAB_Settings * pDefSetting /* [in] Default settings */ |
|---|
| 53 | ); |
|---|
| 54 | |
|---|
| 55 | |
|---|
| 56 | #ifdef __cplusplus |
|---|
| 57 | } |
|---|
| 58 | #endif |
|---|
| 59 | |
|---|
| 60 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.