doscon.h

来自「dz3000_51.0.0.4.rar」· C头文件 代码 · 共 69 行

H
69
字号
#ifndef _doscon_
#define _doscon_

/*++

Copyright (c) 2001 Sunplus Technology Co., Ltd.

Module Name:

        doscon.h

Abstract:

        Header file related to file layer constant definition

Environment:

        Keil C51 Compiler

Revision History:

        09/04/2001      William Yeo    created                 

--*/

//------------------------------------------------------------------------------
//Constant
//------------------------------------------------------------------------------

//-------------------------------------
//dosdat.h
//-------------------------------------

//-------------------------------------
//dosfat.c
//-------------------------------------
#define K_DOS_Signature0        0x55
#define K_DOS_Signature1        0xaa

#define K_DOS_SIG_SIZE          0x002
#define K_DOS_MBSP_SIZE         0x010
#define K_DOS_PBSP_SIZE         0x03e

// WWWW0401
#define K_DOS_FreeFatTableSize  8				// you could reduce this to 80
								// if you need more xdata
#define K_DOS_RootDirCluster    0x0000

// HIS101b-0013
// This option is obsolete, should be 0
#if (K_HAVE_L2)
#define K_DOS_UsePbsAsLog0	0
#else
#define K_DOS_UsePbsAsLog0	0
#endif

//-------------------------------------
//dosdir.c
//-------------------------------------

//-------------------------------------
//dosfat.c
//-------------------------------------

//-------------------------------------
//dosfile.c
//-------------------------------------

#endif

⌨️ 快捷键说明

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