aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/cxl-stub.c
blob: 15bc21076bff17b087178c52748a19672f55f814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

/*
 * Stubs for ACPI platforms that don't support CXl
 */
#include "qemu/osdep.h"
#include "hw/acpi/aml-build.h"
#include "hw/acpi/cxl.h"

void build_cxl_osc_method(Aml *dev)
{
    g_assert_not_reached();
}