aboutsummaryrefslogtreecommitdiff
path: root/include/hw/acpi/cxl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/acpi/cxl.h')
-rw-r--r--include/hw/acpi/cxl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/acpi/cxl.h b/include/hw/acpi/cxl.h
index acf4418..8f22c71 100644
--- a/include/hw/acpi/cxl.h
+++ b/include/hw/acpi/cxl.h
@@ -25,5 +25,6 @@ void cxl_build_cedt(GArray *table_offsets, GArray *table_data,
BIOSLinker *linker, const char *oem_id,
const char *oem_table_id, CXLState *cxl_state);
void build_cxl_osc_method(Aml *dev);
+void build_cxl_dsm_method(Aml *dev);
#endif