mirror of https://github.com/acidanthera/audk.git
DynamicTablesPkg: Rename AmlCpcInfo.h to AcpiObjects.h
The DynamicTables framework uses the AmlLib to generate some Aml objects. It is done by using structured known by both frameworks, e.g. the AML_CPC_INFO/CM_ARM_CPC_INFO structures. To prepare adding similar structures (e.g. representing _PSD information), rename AmlCpcInfo.h to AcpiObjects.h. This new file will contain all the structures used by the AmlLib and the DynamicTables framework. Reviewed-by: Sami Mujawar <sami.mujawar@arm.com> Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
This commit is contained in:
parent
ec15e345ae
commit
e3992e40c7
|
@ -13,7 +13,7 @@
|
|||
#ifndef ARM_NAMESPACE_OBJECTS_H_
|
||||
#define ARM_NAMESPACE_OBJECTS_H_
|
||||
|
||||
#include <AmlCpcInfo.h>
|
||||
#include <AcpiObjects.h>
|
||||
#include <StandardNameSpaceObjects.h>
|
||||
|
||||
#pragma pack(1)
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
@}
|
||||
*/
|
||||
|
||||
#include <AmlCpcInfo.h>
|
||||
#include <AcpiObjects.h>
|
||||
#include <IndustryStandard/Acpi.h>
|
||||
|
||||
#ifndef AML_HANDLE
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include <AcpiTableGenerator.h>
|
||||
|
||||
#include <AmlCoreInterface.h>
|
||||
#include <AmlCpcInfo.h>
|
||||
#include <AcpiObjects.h>
|
||||
#include <AmlEncoding/Aml.h>
|
||||
#include <Api/AmlApiHelper.h>
|
||||
#include <CodeGen/AmlResourceDataCodeGen.h>
|
||||
|
|
Loading…
Reference in New Issue