osd_if.h

来自「SAMSUNG 5009的源代码」· C头文件 代码 · 共 27 行

H
27
字号
/******************************************************************************
 *   Filename    : OSD_if.h                                               *
 *   Start date  : 2003. 3. 3.                                                *
 *   By          : Taejin Kwon                                                *             
 *   Contact     : eric.kwon@samsung.com                                      *
 *   Description : Header file for OSD_handle.c file                          *
 ******************************************************************************
 */
#ifndef	_OSD_IF_BASIC_H_
#define	_OSD_IF_BASIC_H_

#ifdef __cplusplus
extern "C" {
#endif

#if (_APP_CAP_NAV_USB_DISC||_APP_CAP_NAV_FX_DATA)
VOID OsdFATDeviceSelectOn( DeviceSelOsdType_et type );
VOID OsdFATDeviceSelectUpdate( DeviceSelOsdType_et type );
#endif


#ifdef __cplusplus
}
#endif

#endif /* _OSD_HANDLE_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?