aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-06 15:54:21 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-06 15:54:21 +0200
commitc18feddd51d1a1398d1245229c5f889dd40554b3 (patch)
tree70782ba0a12242a418e3b05ecf85c95e86f5d023 /arch/x86_64/include
parent4d938cd31a35cd4322fe914edd568faa5391c9c2 (diff)
downloadteachos-c18feddd51d1a1398d1245229c5f889dd40554b3.tar.xz
teachos-c18feddd51d1a1398d1245229c5f889dd40554b3.zip
x86_64/devices: extract initialization code
Diffstat (limited to 'arch/x86_64/include')
-rw-r--r--arch/x86_64/include/arch/devices/init.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/x86_64/include/arch/devices/init.hpp b/arch/x86_64/include/arch/devices/init.hpp
new file mode 100644
index 0000000..c5fbf37
--- /dev/null
+++ b/arch/x86_64/include/arch/devices/init.hpp
@@ -0,0 +1,12 @@
+#ifndef TEACHOS_ARCH_X86_64_DEVICES_INIT_HPP
+#define TEACHOS_ARCH_X86_64_DEVICES_INIT_HPP
+
+namespace arch::devices
+{
+
+ auto init_acpi_devices() -> void;
+ auto init_legacy_devices() -> void;
+
+} // namespace arch::devices
+
+#endif \ No newline at end of file