aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b/acpi_tables.c
blob: b35610ae1b773f46b6ba7d52e81bf262ec7f3176 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#include <acpi/acpi.h>

unsigned long acpi_fill_madt(unsigned long current)
{
	/* mainboard has no ioapic */
	return current;
}