From ef2d63e0052f425f004300590b007b795f7ad778 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 21 Feb 2025 17:52:49 +0100 Subject: ADD: AHCI improvements --- dev/Kernel/NewKit/Utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Kernel/NewKit') diff --git a/dev/Kernel/NewKit/Utils.h b/dev/Kernel/NewKit/Utils.h index 48137e1f..3df823ef 100644 --- a/dev/Kernel/NewKit/Utils.h +++ b/dev/Kernel/NewKit/Utils.h @@ -19,7 +19,7 @@ namespace NeOS const Char* rt_alloc_string(const Char* text); Size rt_string_len(const Char* str); Size rt_string_len(const Char* str, SizeT _len); - Boolean rt_to_string(Char* buf, UInt64 base, Int32 limit); + Boolean rt_to_string(Char* str_out, UInt64 base, Int32 limit); Boolean rt_is_newln(Char chr); Boolean rt_is_space(Char chr); Int32 rt_is_alnum(Int32 character); -- cgit v1.2.3