mirror of https://github.com/acidanthera/audk.git
changing Acpi1_0.h to Acpi10.h, Acpi2_0.h to Acpi20.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6140 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a7d5ff5841
commit
732fb20115
|
@ -14,7 +14,7 @@
|
||||||
#ifndef _ACPI_2_0_H_
|
#ifndef _ACPI_2_0_H_
|
||||||
#define _ACPI_2_0_H_
|
#define _ACPI_2_0_H_
|
||||||
|
|
||||||
#include <IndustryStandard/Acpi1_0.h>
|
#include <IndustryStandard/Acpi10.h>
|
||||||
|
|
||||||
//
|
//
|
||||||
// Ensure proper structure formats
|
// Ensure proper structure formats
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
#ifndef _ACPI_3_0_H_
|
#ifndef _ACPI_3_0_H_
|
||||||
#define _ACPI_3_0_H_
|
#define _ACPI_3_0_H_
|
||||||
|
|
||||||
#include <IndustryStandard/Acpi2_0.h>
|
#include <IndustryStandard/Acpi20.h>
|
||||||
|
|
||||||
//
|
//
|
||||||
// Ensure proper structure formats
|
// Ensure proper structure formats
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
#ifndef _ISCSI_BOOT_FIRMWARE_TABLE_H_
|
#ifndef _ISCSI_BOOT_FIRMWARE_TABLE_H_
|
||||||
#define _ISCSI_BOOT_FIRMWARE_TABLE_H_
|
#define _ISCSI_BOOT_FIRMWARE_TABLE_H_
|
||||||
|
|
||||||
#include "Acpi3_0.h"
|
#include "Acpi30.h"
|
||||||
|
|
||||||
#define EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_REVISION 0x01
|
#define EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_REVISION 0x01
|
||||||
#define EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_STRUCTURE_ALIGNMENT 8
|
#define EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_STRUCTURE_ALIGNMENT 8
|
||||||
|
|
Loading…
Reference in New Issue