|
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.0 KB
|
| Line | |
|---|
| 1 | /******************************************************************************* |
|---|
| 2 | * |
|---|
| 3 | * FILE NAME : MxL_Debug.h |
|---|
| 4 | * |
|---|
| 5 | * AUTHOR : Brenndon Lee |
|---|
| 6 | * |
|---|
| 7 | * DATE CREATED : 10/25/2010 |
|---|
| 8 | * |
|---|
| 9 | * DESCRIPTION : Debug header files |
|---|
| 10 | * |
|---|
| 11 | ******************************************************************************* |
|---|
| 12 | * Copyright (c) 2010, MaxLinear, Inc. |
|---|
| 13 | ******************************************************************************/ |
|---|
| 14 | |
|---|
| 15 | #ifndef __MXL_DEBUG_H__ |
|---|
| 16 | #define __MXL_DEBUG_H__ |
|---|
| 17 | |
|---|
| 18 | /****************************************************************************** |
|---|
| 19 | Include Header Files |
|---|
| 20 | (No absolute paths - paths handled by make file) |
|---|
| 21 | ******************************************************************************/ |
|---|
| 22 | |
|---|
| 23 | #include <stdio.h> |
|---|
| 24 | #include "MaxLinearDataTypes.h" |
|---|
| 25 | |
|---|
| 26 | /****************************************************************************** |
|---|
| 27 | Macros |
|---|
| 28 | ******************************************************************************/ |
|---|
| 29 | |
|---|
| 30 | #define MxL_DLL_DEBUG0 printf |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | #endif /* __MXL_DEBUG_H__*/ |
|---|
Note: See
TracBrowser
for help on using the repository browser.