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

📄 efd_api.h

📁 InterFlashDriver关于P30的驱动
💻 H
字号:
/*###########################################################################
###  Intel Confidential
###  Copyright (c) Intel Corporation 2007
###  All Rights Reserved.
###  ----------------------------------------------------------------------
###  Project: Intel Flash Driver
###
###  Module: efd_api.h.h -
###
###  $Archive: $
###  $Revision: $
###  $Date: $
###
###  $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 SUBJECT TO THE TERMS OF THE
###  INTEL SOFTWARE LICENSE AGREEMENT.
###
########################################################################### */

#ifndef _EFD_API_H_
#define _EFD_API_H_


#include "efd_def.h"
#include "efd_err.h"
#include "efd_ioctl.h"


#ifdef __cplusplus
extern "C" {
#endif


/* FLASH_ERASE_BLOCK
 *
 * This structure describes erase block
 */
#pragma pack( push, 1 )
typedef struct _FLASH_ERASE_BLOCK
{
   UINT16            BlockSize;  /* Size of an erase blocks (bits 0

⌨️ 快捷键说明

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