davrdobj.h

来自「FDI Intel开发的FLASH文件系统,功能很强大」· C头文件 代码 · 共 54 行

H
54
字号
/* Copyright (c) 1995-2004 Intel Corporation */
/* Intel Confidential                        */

/* ###########################################################################
###  DAV - Direct Access Volume Enhancement to FDI
###
###  Module: davrdobj.h - Read Object Header File
###
###  $Workfile: davrdobj.h $
###  $Revision: 2 $
###  $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_rdobj_h  /* sentry header */
#define __dav_rdobj_h

/*### Global Declarations
#########################*/
#if (DIRECT_ACCESS_VOLUME == TRUE)

/*### Global Functions
#########################*/
#define ReadObject          FDI_ReadObject

ERR_CODE FDI_ReadObject(UINT8*  obj_name,
                        UINT8   name_size,
                        UINT32  obj_type,
                        UINT8*  buffer_ptr,
                        UINT32  byte_count,
                        UINT32  offset,
                        UINT8   select );

#endif /* DIRECT_ACCESS_VOLUME */

#endif /* sentry */

⌨️ 快捷键说明

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