storage.c

来自「台湾凌阳方案300万数码相机源代码」· C语言 代码 · 共 50 行

C
50
字号
/*++

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[] =
{
    /*可以修改为需要的字符

⌨️ 快捷键说明

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