summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b/acpi_tables.c
blob: 39a97192026eef06c658c18de359fa69cabe3782 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#include <acpi/acpi.h>

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