台湾凌阳方案300万数码相机源代码

源代码在线查看: storage.c

软件大小: 25250 K
上传用户: myc
关键词: 300 凌阳 方案 数码相机
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*++
				
				Copyright (c) 2001 Sunplus Technology Co., Ltd.
				
				Module Name:
				
				        storage.c
				
				Abstract:
				
				        Module related to general storage media
				
				Environment:
				
				        Keil C51 Compiler
				
				Revision History:
				
				        08/28/2001      Chi-Yeh Tsai    created
				
				--*/
				
				// WWW3, whole file
				
				//=============================================================================
				//Header file
				//=============================================================================
				// WWW1 start
				#include "general.h"
				#include "storage.h"
				#include "main.h"
				#include "setmode.h"
				#include "cardlink.h"
				#include "cardusr.h"
				
				// WWW1 end
				
				//patch4.2@richie@ds0511 begin
				#if (DOSRAM_OPTION)
				#include "dramfunc.h"
				#endif
				//patch4.2@richie@ds0511 end
				
				//patch4.3@richie@md0603 begin
				#include "initio.h"
				#include "sdramhw.h"
				extern  xdata        BYTE        G_USR_VolName[];  
					code        BYTE        C_USR_VolName[] =
				{
				    /*可以修改为需要的字符			

相关资源