blob: ae17f6c5197f5cff1e4fbb0c7fc0d92974ed57a8 [file] [log] [blame]
Simon Glass2d67fdf2020-04-08 16:57:34 -06001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2019 Google LLC
4 */
5
6#ifndef __ASM_ACPI_TABLE_H__
7#define __ASM_ACPI_TABLE_H__
8
Simon Glassf3425cb2021-12-01 09:02:40 -07009ulong write_acpi_tables(ulong start);
10
Simon Glass2d67fdf2020-04-08 16:57:34 -060011#endif /* __ASM_ACPI_TABLE_H__ */