From 34f62ae2dd8c77cee1f0f3680caf407b1be6b350 Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 22 Feb 2025 08:45:43 +0100 Subject: New DeviceMgr, other APIs have been reworked as a result. AHCI becomes the first module to be available in StorageKit. Signed-off-by: Amlal --- dev/Kernel/KernelKit/DebugOutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Kernel/KernelKit/DebugOutput.h') diff --git a/dev/Kernel/KernelKit/DebugOutput.h b/dev/Kernel/KernelKit/DebugOutput.h index 498b2b6b..84a2d514 100644 --- a/dev/Kernel/KernelKit/DebugOutput.h +++ b/dev/Kernel/KernelKit/DebugOutput.h @@ -38,7 +38,7 @@ namespace NeOS class TerminalDevice final NE_DEVICE { public: - TerminalDevice(void (*print)(const Char*), void (*gets)(const Char*)) + TerminalDevice(void (*print)(IDeviceObject*, const Char*), void (*gets)(IDeviceObject*, const Char*)) : IDeviceObject(print, gets) { } -- cgit v1.2.3