summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/NewKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-24 10:47:51 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-24 10:52:24 +0200
commitae87ff9f949a71a398b4355fe9074c0531de34ba (patch)
tree9ea55b396abbfcc699edcc9afb9a964145236129 /dev/ZKA/NewKit
parent4185fcc698e237225902646736c6b23f6b5e54be (diff)
[IMP] CoreCG's User Interface Kit, this is a driver/kernel library only.
+ Reserved for pre-boot/boot operations, before user mode jump. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/NewKit')
-rw-r--r--dev/ZKA/NewKit/Utils.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/NewKit/Utils.hxx b/dev/ZKA/NewKit/Utils.hxx
index 38f44f70..05664a24 100644
--- a/dev/ZKA/NewKit/Utils.hxx
+++ b/dev/ZKA/NewKit/Utils.hxx
@@ -13,7 +13,7 @@ namespace Kernel
{
Int rt_copy_memory(const voidPtr src, voidPtr dst, Size len);
Int rt_move_memory(const voidPtr src, voidPtr dst, Size len);
- voidPtr rt_set_memory(voidPtr dst, Char val, Size len);
+ voidPtr rt_set_memory(voidPtr dst, UInt32 val, Size len);
void rt_zero_memory(voidPtr pointer, Size len);
Int rt_string_cmp(const Char* src, const Char* cmp, Size len);
const Char* alloc_string(const Char* text);