coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
acpi.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _BROADWELL_ACPI_H_
4 #define _BROADWELL_ACPI_H_
5 
6 #include <acpi/acpi.h>
7 
8 unsigned long northbridge_write_acpi_tables(const struct device *dev,
9  unsigned long current, struct acpi_rsdp *rsdp);
10 #endif
unsigned long northbridge_write_acpi_tables(struct device *device, unsigned long start)
Definition: acpi.h:82
Definition: device.h:107