]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.h
Add missing file in INF file.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiIbft.h
CommitLineData
7a444476 1/*++\r
2\r
9cb8724d 3Copyright (c) 2004 - 2008, Intel Corporation\r
7a444476 4All rights reserved. This program and the accompanying materials\r
5are licensed and made available under the terms and conditions of the BSD License\r
6which accompanies this distribution. The full text of the license may be found at\r
7http://opensource.org/licenses/bsd-license.php\r
8\r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11\r
12Module Name:\r
13\r
14 IScsiIbft.h\r
15\r
16Abstract:\r
17\r
18 Some extra definitions for iBFT.\r
19\r
20--*/\r
21\r
22#ifndef _ISCSI_IBFT_H_\r
23#define _ISCSI_IBFT_H_\r
24\r
9cb8724d 25#include <IndustryStandard/IScsiBootFirmwareTable.h>\r
26#include <Protocol/AcpiSupport.h>\r
27#include <Protocol/PciIo.h>\r
7a444476 28\r
29#define IBFT_TABLE_VAR_NAME L"iBFT"\r
30#define IBFT_MAX_SIZE 4096\r
31#define IBFT_HEAP_OFFSET 2048\r
32\r
33#define IBFT_ROUNDUP(size) NET_ROUNDUP ((size), EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_STRUCTURE_ALIGNMENT)\r
34\r
35VOID\r
36IScsiPublishIbft (\r
37 IN VOID\r
38 );\r
39\r
40#endif\r