servodspcode.h

来自「Zoran V966 DVD 解码 Soc芯片的源程序」· C头文件 代码 · 共 51 行

H
51
字号
/**********************************************************************************
 *  Copyright (c) 2001 ZORAN Corporation, All Rights Reserved
 *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
 *
 *  File: "ServoDspCode.h"
 *
 * Description:
 * ============
 * 
 * 
 * Log:
 * ====
 * $Revision: $
 * Last Modified by $Author: $ at $Modtime: $ 
 **********************************************************************************
 * Updates:
 **********************************************************************************
 * $Log: $
 * 
 * 
 *********************************************************************************/
#include "Config.h"		/* Global Configuration - do not remove! */


#ifndef _SERVO_DSP_CODE_H
#define _SERVO_DSP_CODE_H


/*** Include Files ***************************************************************/


/*** Defines *********************************************************************/


/*** Typedefs ********************************************************************/


/*** Extern **********************************************************************/
extern const far unsigned short ServoDspMainCode[];
extern const far unsigned short ServoDspSdramCode[];
#ifdef FTA_SUPPORT
extern const far unsigned short ServoDspFtaCode[];
extern const far unsigned short ServoDspFtaSdramCode[];
#endif


/*** Public Funcions *************************************************************/


#endif

⌨️ 快捷键说明

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