aboutsummaryrefslogtreecommitdiff
path: root/libs/acpi/test_data/tables.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-15 16:19:00 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-15 16:19:00 +0200
commit6344a2a81b94a00aaaa987d0e0d40993ed581d5e (patch)
treee5d77336ba660b30a6ee9b3fc65a77a20ddcbc85 /libs/acpi/test_data/tables.hpp
parent1113e812359a66591b0854a9f723ab8cd8b09274 (diff)
downloadteachos-6344a2a81b94a00aaaa987d0e0d40993ed581d5e.tar.xz
teachos-6344a2a81b94a00aaaa987d0e0d40993ed581d5e.zip
acpi: reimplement the common table header
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 510cbda..dc39b37 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(table_header);
} // namespace acpi::test_data::tables