diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-23 17:16:34 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-29 08:46:34 +0200 |
| commit | d906d70c94c2a40d5fc6fd26056c7bc57d540002 (patch) | |
| tree | 63dcef767bbc5661aadd5c3b8afcc5b41f64fe35 /libs/acpi/test_data/tables.S | |
| parent | e6c6bda14c9af0df9f4c185701b1e7939db6e1f9 (diff) | |
| download | teachos-d906d70c94c2a40d5fc6fd26056c7bc57d540002.tar.xz teachos-d906d70c94c2a40d5fc6fd26056c7bc57d540002.zip | |
acpi: move test data header
Diffstat (limited to 'libs/acpi/test_data/tables.S')
| -rw-r--r-- | libs/acpi/test_data/tables.S | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/libs/acpi/test_data/tables.S b/libs/acpi/test_data/tables.S deleted file mode 100644 index 641db6a..0000000 --- a/libs/acpi/test_data/tables.S +++ /dev/null @@ -1,17 +0,0 @@ -.section .rodata - -.balign 16 - -#define TABLE(name, file) \ - .global name##_start; \ - .global name##_end; \ - name##_start: .incbin file; \ - name##_end: - -TABLE(basic_madt, "basic_madt.aml") -TABLE(basic_rsdt, "basic_rsdt.aml") -TABLE(basic_rsdp, "basic_rsdp.aml") -TABLE(basic_xsdt, "basic_xsdt.aml") -TABLE(table_header, "table_header.aml") - -#undef TABLE |
