aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/include/asm/acpi_table.h
blob: ae17f6c5197f5cff1e4fbb0c7fc0d92974ed57a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright 2019 Google LLC
 */

#ifndef __ASM_ACPI_TABLE_H__
#define __ASM_ACPI_TABLE_H__

ulong write_acpi_tables(ulong start);

#endif /* __ASM_ACPI_TABLE_H__ */