ae17f6c5197f5cff1e4fbb0c7fc0d92974ed57a8
[platform/kernel/u-boot.git] / arch / sandbox / include / asm / acpi_table.h
1 /* 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
9 ulong write_acpi_tables(ulong start);
10
11 #endif /* __ASM_ACPI_TABLE_H__ */