summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/BootKit/BootKit.h
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-05-01 10:23:02 +0200
committerAmlal <amlal@nekernel.org>2025-05-01 10:24:41 +0200
commitc613812ef130388ac82b24bdce12389de96b7ce4 (patch)
tree504baa2f8af7fa6332ced6d10b004995606047c7 /dev/boot/BootKit/BootKit.h
parent2ef7b73cff0d99d04e5091e98b3988532e2b1063 (diff)
kernel, boot: deprecated current PIO driver, add +Next for future NeKernel iterations.
other: - In16 -> rt_in16 in BootKit.h why? - Silent corruption with other disk backends. - Better off starting with new work based on this backend but with bug fixes. Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/boot/BootKit/BootKit.h')
-rw-r--r--dev/boot/BootKit/BootKit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/boot/BootKit/BootKit.h b/dev/boot/BootKit/BootKit.h
index 715f6426..5f4a65c4 100644
--- a/dev/boot/BootKit/BootKit.h
+++ b/dev/boot/BootKit/BootKit.h
@@ -167,7 +167,7 @@ EXTERN_C void rt_out8(UInt16 port, UInt8 value);
EXTERN_C void rt_out16(UInt16 port, UInt16 value);
EXTERN_C void rt_out32(UInt16 port, UInt32 value);
EXTERN_C UInt8 rt_in8(UInt16 port);
-EXTERN_C UInt16 In16(UInt16 port);
+EXTERN_C UInt16 rt_in16(UInt16 port);
EXTERN_C UInt32 rt_in32(UInt16 port);
EXTERN_C void rt_halt();