|
Last change
on this file was
76,
checked in by megakiss, 10 years ago
|
|
1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함
|
-
Property svn:executable set to
*
|
|
File size:
742 bytes
|
| 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 | * |
|---|
| 11 | ***************************************************************************/ |
|---|
| 12 | |
|---|
| 13 | #include "bpwr_priv.h" |
|---|
| 14 | #include "bpwr.h" |
|---|
| 15 | |
|---|
| 16 | /* Future tests */ |
|---|
| 17 | void |
|---|
| 18 | BPWR_P_TestPort_Up(BPWR_P_Context *pPwr) |
|---|
| 19 | { |
|---|
| 20 | BSTD_UNUSED(pPwr); |
|---|
| 21 | } |
|---|
| 22 | |
|---|
| 23 | /* Future tests */ |
|---|
| 24 | void |
|---|
| 25 | BPWR_P_TestPort_Down(BPWR_P_Context *pPwr) |
|---|
| 26 | { |
|---|
| 27 | BSTD_UNUSED(pPwr); |
|---|
| 28 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.