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

📄 davrecover.h

📁 FDI Intel开发的FLASH文件系统,功能很强大
💻 H
字号:
/* Copyright (c) 1995-2004 Intel Corporation */
/* Intel Confidential                        */

/* ###########################################################################
###  DAV - Direct Access Volume Enhancement to FDI
###
###  Module: DavCfgTbl.h - Header Types & Macros Include File
###
###  $Workfile: DavRecover.h $
###  $Revision: 1 $
###  $NoKeywords: $
########################################################################### */

/*                                                               
 *****************************************************************
 * NOTICE OF LICENSE AGREEMENT                                    
 *                                                                
 * This code is provided by Intel Corp., and the use is governed  
 * under the terms of a license agreement. See license agreement  
 * for complete terms of license.                                 
 *                                                                
 * YOU MAY ONLY USE THE SOFTWARE WITH INTEL FLASH PRODUCTS.  YOUR 
 * USE OF THE SOFTWARE WITH ANY OTHER FLASH PRODUCTS IS EXPRESSLY 
 * PROHIBITED UNLESS AND UNTIL YOU APPLY FOR, AND ARE GRANTED IN  
 * INTEL'S SOLE DISCRETION, A SEPARATE WRITTEN SOFTWARE LICENSE   
 * FROM INTEL LICENSING ANY SUCH USE.                             
 *****************************************************************
 */
 
#ifndef __DAV_RECOVER_H__  /* sentry header */
#define __DAV_RECOVER_H__

#if (DIRECT_ACCESS_VOLUME == TRUE)

#include "DavPaRecl.h"
#include "DavPageRecl.h"

/*##  Possible status a config header can be found in*/
typedef enum
{
   ConfigEntries,     /* A CFGTBL Header and CFGTBL Table exists */
   NoConfigEntries,   /* No CFGTBL */
   NoConfigHeader,    /* No CFGTBL Fixed Header */
   ConfigCorrupted    /* Signs of a table, must of lost power */
} RECOVER_CfgEntryStatus;

EnParagraphReclaimOperation RECOVER_PARAGRAPH_CalcOperation(UINT16 aProgressState);
ERR_CODE RECOVER_PAGE_CalcOperation(UINT16 aProgressState);
ERR_CODE RECOVER_ValidateSystem();

#endif /* DIRECT_ACCESS_VOLUME */

#endif /* __DAV_OTT_TABLE_H__ */

⌨️ 快捷键说明

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