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