]> git.proxmox.com Git - mirror_qemu.git/blame - hw/acpi/cxl-stub.c
Merge tag 'pull-nbd-2023-09-07-v2' of https://repo.or.cz/qemu/ericb into staging
[mirror_qemu.git] / hw / acpi / cxl-stub.c
CommitLineData
2a3282c6
BW
1
2/*
3 * Stubs for ACPI platforms that don't support CXl
4 */
5#include "qemu/osdep.h"
6#include "hw/acpi/aml-build.h"
7#include "hw/acpi/cxl.h"
8
9void build_cxl_osc_method(Aml *dev)
10{
11 g_assert_not_reached();
12}