From 38a534c90e682bd4ce3d176127520f0ff513fb11 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 13 May 2025 23:49:28 +0200 Subject: feat(kernel): expand KDBG packet structure, and prefix hexadecimal numbers with 0x100, instead of 100h. Signed-off-by: Amlal El Mahrouss --- dev/user/SystemCalls.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/user') diff --git a/dev/user/SystemCalls.h b/dev/user/SystemCalls.h index 5bbe2f26..61021a01 100644 --- a/dev/user/SystemCalls.h +++ b/dev/user/SystemCalls.h @@ -7,8 +7,8 @@ Purpose: System Call Interface. ------------------------------------------- */ -#ifndef SCI_SCI_H -#define SCI_SCI_H +#ifndef SCI_SYSTEM_CALLS_H +#define SCI_SYSTEM_CALLS_H #include @@ -362,4 +362,4 @@ IMPORT_C Char* StrFmt(const Char* fmt, ...); IMPORT_C UInt64 StrMathToNumber(const Char* in, const Char** endp, const SInt16 base); -#endif // ifndef SCI_SCI_H +#endif // ifndef SCI_SYSTEM_CALLS_H -- cgit v1.2.3