⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 osd_if.h

📁 SAMSUNG 5009的源代码
💻 H
字号:
/******************************************************************************
 *   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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -