source: svn/newcon3bcm2_21bu/dst/app/src/kview/OSD/App_OSD_Pod.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
Line 
1/****************************************************************************
2* NAME: App_OSD_Pod.h
3*----------------------------------------------------------------------------
4* Copyright (c) DIGITAL STREAM Technology Inc.
5*----------------------------------------------------------------------------
6* CREATED_BY: Do Gon Lee
7* CREATION_DATE: 2010/04/19
8* $Author: foxhunt $
9* $Revision: 1.0 $
10* $Date: $ 2010.04.19
11*----------------------------------------------------------------------------
12* PURPOSE:
13* - App_OSD_Pod.c header file
14*****************************************************************************/
15
16#ifndef __APP_OSD_POD_H__
17#define __APP_OSD_POD_H__
18
19/*_____ I N C L U D E __________________________________________*/
20
21
22
23
24
25#if COMMENT
26____Overview____(){}
27#endif
28
29
30
31
32
33/*_____ D E F I N I T I O N ____________________________________*/
34
35#if COMMENT
36____Config____(){}
37#endif
38
39
40
41
42
43#if COMMENT
44____Types____(){}
45#endif
46
47
48
49
50
51#if COMMENT
52____Variables____(){}
53#endif
54
55
56
57
58
59#if COMMENT
60____NvParam____(){}
61#endif
62
63
64
65
66
67/*_____ F U N C T I O N ________________________________________*/
68
69#if COMMENT
70____Function____(){}
71#endif
72
73/* Host MMI */
74void APP_HTML_List(UINT16 nCurIdx);
75void APP_HTML_Element(UINT16 nCurIdx);
76void APP_HTML_DialogParse(UINT16 nCurIdx);
77
78
79
80
81
82#endif /* __APP_OSD_POD_H__ */
Note: See TracBrowser for help on using the repository browser.