blob: d340c7d3cd81057d3184eebce8f21679a2059245 (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
struct acpi_rsdp;
unsigned long mainboard_write_acpi_tables(const struct device *device,
unsigned long start,
struct acpi_rsdp *rsdp);
|