blob: ed852feee0345b6fad0650fe215b10c2f2f7d4ac [file] [log] [blame]
Simon Glassb16dbec2020-09-22 12:45:19 -06001/* 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
9struct acpi_ctx;
10
11/**
12 * apl_acpi_fill_dmar() - Set up the DMAR for APL
13 *
14 * @ctx: ACPI context pointer
15 */
16int apl_acpi_fill_dmar(struct acpi_ctx *ctx);
17
18#endif /* _ASM_ARCH_CPU_H */