aboutsummaryrefslogtreecommitdiff
path: root/libs/acpi/test_data/tables.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-16 10:03:35 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-16 10:03:35 +0200
commit776ab2749d5af0a34fd2aa6103a377ddc04d4c53 (patch)
tree06b094e66f1a15a4282fc6294ab5d4751b792754 /libs/acpi/test_data/tables.hpp
parent28cae58fe117e5fcfc46fd6378e19387cd73b2fe (diff)
downloadteachos-776ab2749d5af0a34fd2aa6103a377ddc04d4c53.tar.xz
teachos-776ab2749d5af0a34fd2aa6103a377ddc04d4c53.zip
acpi: introduce XSDT type
Diffstat (limited to 'libs/acpi/test_data/tables.hpp')
-rw-r--r--libs/acpi/test_data/tables.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/acpi/test_data/tables.hpp b/libs/acpi/test_data/tables.hpp
index dc39b37..e91f1a5 100644
--- a/libs/acpi/test_data/tables.hpp
+++ b/libs/acpi/test_data/tables.hpp
@@ -18,6 +18,7 @@ namespace acpi::test_data::tables
TABLE(basic_madt);
TABLE(basic_rsdt);
TABLE(basic_rsdp);
+ TABLE(basic_xsdt);
TABLE(table_header);
} // namespace acpi::test_data::tables