⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dbmdefs.h

📁 norflash的文件系统。 用于中低端手机开发的参考
💻 H
字号:
#ifndef DBMDEFS_H
#define DBMDEFS_H
/*****************************************************************************
 
  FILE NAME:  dbmdefs.h

  DESCRIPTION:

    This file contains DBM unit function prototypes, constants and 
    definitions.

* Copyright (c) 1998 - 2002 LSI Logic. All rights reserved. LSI Confidential information.
* Copyright (c) 2002, VIA Technologies, Inc.
*****************************************************************************/

#include "exeapi.h"

/*------------------------------------------------------------------------
* Declare DBM unit eeprom function prototypes
*------------------------------------------------------------------------*/
extern void DbmInitEeprom(void);
extern void DbmClearEepromDbMsg(void *MsgDataP);
extern void DbmReadEepromDbMsg(void  *MsgDataP);
extern void DbmWriteEepromDbMsg(void *MsgDataP);
extern void DbmCacheEepromDbMsg(void *MsgDataP);
extern void DbmFlushEepromDbMsg(void *MsgDataP);

/*------------------------------------------------------------------------
* Declare DBM unit flash function prototypes
*------------------------------------------------------------------------*/
extern void DbmInitFlash(void);
extern void DbmClearFlashDbMsg(void *MsgDataP);
extern void DbmReadFlashDbMsg(void  *MsgDataP);
extern void DbmWriteFlashDbMsg(void *MsgDataP);
extern void DbmCacheFlashDbMsg(void *MsgDataP);
extern void DbmFlushFlashDbMsg(void *MsgDataP);
extern void DbmBlkReadFlashDbMsg(void *MsgDataP);
extern void DbmBlkWriteFlashDbMsg(void *MsgDataP);
extern void DbmNAMlockUnlockDbMsg(void *MsgDataP);

/*****************************************************************************
* $Log: dbmdefs.h $
* Revision 1.1  2003/11/07 18:55:26  xuhua
* Initial revision
* Revision 1.1  2003/10/21 16:01:57  hanxiao99
* Initial revision
* Revision 1.1  2003/10/08 14:40:47  hanxiao99
* Initial revision
* Revision 1.1  2003/09/03 14:52:36  hanxiao99
* Initial revision
* Revision 1.1  2003/07/31 05:21:10  javese
* Initial revision
* Revision 1.2  2002/10/24 01:39:37  Bing
* Check in for Greg
* Revision 1.1  2002/10/03 17:32:47  fpeng
* Initial revision
* Revision 1.3  2002/05/29 08:51:36  mshaver
* Added VIA Technologies copyright.
* Revision 1.2  2002/02/06 12:49:39  mshaver
* Added prototype for DbmNAMlockUnlockDbMsg().
* Revision 1.1  2000/10/06 13:40:17  mshaver
* Initial revision
* Revision 1.1  2000/10/06 18:26:47Z  mshaver
* Initial revision
* Revision 1.4  2000/06/07 15:05:08Z  mshaver
* Added prototypes for DbmBlkReadFlashDbMsg() and
* DbmBlkWriteFlashDbMsg().
* Revision 1.3  2000/01/19 20:25:16Z  mshaver
* Fold in changes into the baseline
* Revision 1.2.1.2  1999/12/22 21:12:39Z  mshaver
* Added prototypes for eeprom and flash dbm support routines
* Revision 1.2.1.1  1999/12/02 18:31:54Z  mshaver
* Duplicate revision
* Revision 1.2  1999/12/02 18:31:54Z  cdma
* Updated comments for CBP3.0
*****************************************************************************/

#endif

⌨️ 快捷键说明

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