]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtPcieLibArm/SsdtPcieGenerator.h
DynamicTablesPkg: AcpiSsdtPcieLibArm: Create support library
[mirror_edk2.git] / DynamicTablesPkg / Library / Acpi / Arm / AcpiSsdtPcieLibArm / SsdtPcieGenerator.h
index 515a3e1785e6d4b4221f4765e11d4e2d1f96fa81..7410f9ffd4a46735d9b5c62d46206a65fe70d54b 100644 (file)
 // _SB scope of the AML namespace.\r
 #define SB_SCOPE  "\\_SB_"\r
 \r
-/** C array containing the compiled AML template.\r
-    This symbol is defined in the auto generated C file\r
-    containing the AML bytecode array.\r
-*/\r
-extern CHAR8  ssdtpcieosctemplate_aml_code[];\r
-\r
 #pragma pack(1)\r
 \r
-/** Structure used to map integer to an index.\r
-*/\r
-typedef struct MappingTable {\r
-  /// Mapping table.\r
-  /// Contains the Index <-> integer mapping\r
-  UINT32    *Table;\r
-\r
-  /// Last used index of the Table.\r
-  /// Bound by MaxIndex.\r
-  UINT32    LastIndex;\r
-\r
-  /// Number of entries in the Table.\r
-  UINT32    MaxIndex;\r
-} MAPPING_TABLE;\r
-\r
 /** A structure holding the Pcie generator and additional private data.\r
 */\r
 typedef struct AcpiPcieGenerator {\r