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 _DENVERTON_NS_ACPI_H_
4 #define _DENVERTON_NS_ACPI_H_
5 
6 #include <acpi/acpi.h>
7 
9 unsigned long acpi_madt_irq_overrides(unsigned long current);
10 unsigned long southcluster_write_acpi_tables(const struct device *device,
11  unsigned long current,
12  struct acpi_rsdp *rsdp);
13 unsigned long systemagent_write_acpi_tables(const struct device *dev,
14  unsigned long start,
15  struct acpi_rsdp *const rsdp);
16 
17 #endif /* _DENVERTON_NS_ACPI_H_ */
unsigned long acpi_madt_irq_overrides(unsigned long current)
Definition: acpi.c:294
void acpi_create_serialio_ssdt(acpi_header_t *ssdt)
Definition: acpi.c:371
unsigned long southcluster_write_acpi_tables(const struct device *device, unsigned long current, struct acpi_rsdp *rsdp)
Definition: acpi.c:342
unsigned long systemagent_write_acpi_tables(const struct device *dev, unsigned long start, struct acpi_rsdp *const rsdp)
Definition: acpi.c:210
Definition: acpi.h:82
Definition: device.h:107