SsdtPcieSupportLibPrivate.h 734 B

12345678910111213141516171819202122232425
  1. /** @file
  2. SSDT PCIe Support Library private data.
  3. Copyright (c) 2021, Arm Limited. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. @par Reference(s):
  6. - PCI Firmware Specification - Revision 3.0
  7. - ACPI 6.4 specification:
  8. - s6.2.13 "_PRT (PCI Routing Table)"
  9. - s6.1.1 "_ADR (Address)"
  10. - linux kernel code
  11. - Arm Base Boot Requirements v1.0
  12. **/
  13. #ifndef SSDT_PCIE_SUPPORT_LIB_PRIVATE_H_
  14. #define SSDT_PCIE_SUPPORT_LIB_PRIVATE_H_
  15. /** C array containing the compiled AML template.
  16. This symbol is defined in the auto generated C file
  17. containing the AML bytecode array.
  18. */
  19. extern CHAR8 ssdtpcieosctemplate_aml_code[];
  20. #endif // SSDT_PCIE_SUPPORT_LIB_PRIVATE_H_