diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 10:03:35 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 10:03:35 +0200 |
| commit | 776ab2749d5af0a34fd2aa6103a377ddc04d4c53 (patch) | |
| tree | 06b094e66f1a15a4282fc6294ab5d4751b792754 /libs/acpi/test_data/tables.hpp | |
| parent | 28cae58fe117e5fcfc46fd6378e19387cd73b2fe (diff) | |
| download | teachos-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.hpp | 1 |
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 |
