blob: cc692f07a914c29dcc149c050c9b0e8e283dbdc9 (
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(struct device *device,
unsigned long start,
struct acpi_rsdp *rsdp);
|