diff options
Diffstat (limited to 'roms/u-boot/arch/x86/include/asm/arch-apollolake/acpi.h')
-rw-r--r-- | roms/u-boot/arch/x86/include/asm/arch-apollolake/acpi.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/arch/x86/include/asm/arch-apollolake/acpi.h b/roms/u-boot/arch/x86/include/asm/arch-apollolake/acpi.h new file mode 100644 index 000000000..ed852feee --- /dev/null +++ b/roms/u-boot/arch/x86/include/asm/arch-apollolake/acpi.h @@ -0,0 +1,18 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright 2019 Google LLC + */ + +#ifndef _ASM_ARCH_ACPI_H +#define _ASM_ARCH_ACPI_H + +struct acpi_ctx; + +/** + * apl_acpi_fill_dmar() - Set up the DMAR for APL + * + * @ctx: ACPI context pointer + */ +int apl_acpi_fill_dmar(struct acpi_ctx *ctx); + +#endif /* _ASM_ARCH_CPU_H */ |