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

source: svn/newcon3bcm2_21bu/dst/dhl/src/DHL_DBG_Priv.h

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.4 KB
RevLine 
1/**
2        @file
3                DHL_DBG_Priv.h
4
5        @brief
6                Private (internal) APIs
7
8        Copyright 2006~2010 Digital STREAM Technology, Inc.
9        All Rights Reserved
10*/
11
12
13#ifndef __DHL_DBG_PRIV_H__
14#define __DHL_DBG_PRIV_H__
15
16
17#include "DHL_DBG.h"
18
19
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25
26
27#if COMMENT
28____Overview____(){}
29#endif
30
31/**
32        @file DHL_DBG_Priv.h
33       
34        À̰÷¿¡ ÀÌ ¸ðµâ¿¡ ´ëÇØ ¼³¸íÀÌ ÇÊ¿äÇÑ °¢Á¾ ³»¿ë ±â¼ú..
35       
36        module overview
37                -
38                -
39
40        APIs
41       
42        implementations
43       
44        dependencies           
45       
46        nv parameters
47               
48       
49       
50*/
51
52
53#if COMMENT
54____Config____(){}
55#endif
56
57/*
58        ÀÌ ºÎºÐÀº º°µµÀÇ DHL_XXX_Config configuration file À»
59        Ȱ¿ëÇÏ´Â °ÍÀÌ ÁÁÀ» °Í °°À½.
60*/
61
62
63#if COMMENT
64____Types____(){}
65#endif
66
67/*
68        ´Ù¸¥ ¸ðµâµé°ú °øÀ¯ µÇ´Â structure ¹× enumerations.
69*/
70
71
72
73
74#if COMMENT
75____Defines____(){}
76#endif
77
78
79
80#if COMMENT
81____API____(){}
82#endif
83
84
85
86/**
87        DBG_Print functions
88*/
89int dhl_dbg_print_base(char *prefix, UINT32 flags, char *format, va_list ap);
90int dhl_dbg_print(char *prefix, char *format, va_list ap);
91
92
93
94
95/**
96        DBG_Symbol functions
97*/
98void dhl_dbg_init_symtab(void);
99
100void dhl_dbg_print_symtab(char *substr);
101
102UINT32 dhl_dbg_find_sym_by_name(char *name);
103BOOL   dhl_dbg_is_text_symbol(UINT32 addr);
104BOOL   dhl_dbg_is_data_symbol(UINT32 addr);
105
106
107
108#ifdef __cplusplus
109} /* extern "C" */
110#endif
111
112
113
114#endif  /* __DHL_DBG_PRIV_H__ */
115
Note: See TracBrowser for help on using the repository browser.