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