generic_bankswitch.h
来自「realtek LCD monitor, TV开发源代码」· C头文件 代码 · 共 38 行
H
38 行
//**********************************************************************************************************
// The Software is proprietary, confidential, and valuable to Realtek Semiconductor
// Corporation ("Realtek"). All rights, including but not limited to copyrights,
// patents, trademarks, trade secrets, mask work rights, and other similar rights and interests,
// are reserved to Realtek. Without prior written consent from Realtek, copying, reproduction,
// modification, distribution, or otherwise is strictly prohibited. The Software shall be
// kept strictly in confidence, and shall not be disclosed to or otherwise accessed by
// any third party. @ <2003> - <2008> The Software is provided "AS IS" without any warranty of any kind,
// express, implied, statutory or otherwise.
//**********************************************************************************************************
//----------------------------------------------------------------------------------------------------
// ID Code : Struct.h No.0000
// Update Note :
//----------------------------------------------------------------------------------------------------
#if(_OSD_TYPE == _GENERIC_OSD)
#ifdef __GENERIC_BANKSWITCH__
//--------------------------------------------------
// Global Variables
//--------------------------------------------------
void COsdBankSwitchCancelTimerGeneric(void);
#else
//--------------------------------------------------
// Extern Global Variables
//--------------------------------------------------
extern void COsdBankSwitchCancelTimerGeneric(void);
#endif
#endif //End of #if(_OSD_TYPE == _GENERIC_OSD)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?