aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/denverton_ns/include/soc/acpi.h
blob: f9b3a23c902ea27ff9f646dd03600095d3b5ea55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _DENVERTON_NS_ACPI_H_
#define _DENVERTON_NS_ACPI_H_

#include <acpi/acpi.h>

void acpi_create_serialio_ssdt(acpi_header_t *ssdt);
unsigned long acpi_madt_irq_overrides(unsigned long current);
unsigned long southcluster_write_acpi_tables(const struct device *device,
					     unsigned long current,
					     struct acpi_rsdp *rsdp);
void southcluster_inject_dsdt(const struct device *device);
unsigned long systemagent_write_acpi_tables(const struct device *dev,
					    unsigned long start,
					    struct acpi_rsdp *const rsdp);

#endif /* _DENVERTON_NS_ACPI_H_ */