mirror of https://github.com/acidanthera/audk.git
Add ACPI4.0 header file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10900 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5dcb535512
commit
22c5a7af03
|
@ -2,7 +2,7 @@
|
||||||
This file contains the latest ACPI definitions that are
|
This file contains the latest ACPI definitions that are
|
||||||
consumed by drivers that do not care about ACPI versions.
|
consumed by drivers that do not care about ACPI versions.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -16,6 +16,6 @@
|
||||||
#ifndef _ACPI_H_
|
#ifndef _ACPI_H_
|
||||||
#define _ACPI_H_
|
#define _ACPI_H_
|
||||||
|
|
||||||
#include <IndustryStandard/Acpi30.h>
|
#include <IndustryStandard/Acpi40.h>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue