source: svn/newcon3bcm2_21bu/dst/app/src/kview/OSD/App_OSD_SetupWizard.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: 302 bytes
Line 
1
2
3#ifndef __APP_OSD_SETUP_WIZARD_H__
4#define __APP_OSD_SETUP_WIZARD_H__
5
6
7void AppO_DrawSetupWizard(int num_page, UINT32 param);
8
9void AppO_EraseSetupWizard(void);
10
11void AppO_AddScanCh(UINT8 rf, UINT16 major, UINT16 minor);
12
13void AppO_InitScanCh(void);
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29#endif
Note: See TracBrowser for help on using the repository browser.