diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-13 23:49:28 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-13 23:49:28 +0200 |
| commit | 38a534c90e682bd4ce3d176127520f0ff513fb11 (patch) | |
| tree | 40a37cc86947657486cc430c7e7648e42359c817 /dev/user | |
| parent | f5f62b145d472a2a2c388c385be9d1c4e5b5d84c (diff) | |
feat(kernel): expand KDBG packet structure, and prefix hexadecimal
numbers with 0x100, instead of 100h.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/user')
| -rw-r--r-- | dev/user/SystemCalls.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <user/Macros.h>
@@ -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
|
