acpi.h 312 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright 2019 Google LLC
  4. */
  5. #ifndef _ASM_ARCH_ACPI_H
  6. #define _ASM_ARCH_ACPI_H
  7. struct acpi_ctx;
  8. /**
  9. * apl_acpi_fill_dmar() - Set up the DMAR for APL
  10. *
  11. * @ctx: ACPI context pointer
  12. */
  13. int apl_acpi_fill_dmar(struct acpi_ctx *ctx);
  14. #endif /* _ASM_ARCH_CPU_H */