summaryrefslogtreecommitdiffhomepage
path: root/dev/sci/sci_base.hxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-11 17:32:44 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-11 17:32:44 +0200
commitad999c3e2e5ca4379e90d4e019b7671a1eaa3fbd (patch)
tree9b8df3af900389d9e693ac32a3c28af7519db384 /dev/sci/sci_base.hxx
parent25fa708c31a5a189fac7ad98d61f5541f3f7fa84 (diff)
IMP: Add new targets for OS X, Xcode.
FIX: Refactored kernel's source code according to codebase standards. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/sci/sci_base.hxx')
-rw-r--r--dev/sci/sci_base.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/sci/sci_base.hxx b/dev/sci/sci_base.hxx
index 58a31837..7eedbb8a 100644
--- a/dev/sci/sci_base.hxx
+++ b/dev/sci/sci_base.hxx
@@ -216,7 +216,7 @@ IMPORT_C Void MmSetHeapFlags(_Input VoidPtr heap, _Input UInt32 flags);
/// @brief Change protection flags of a memory region.
IMPORT_C UInt32 MmGetHeapFlags(_Input VoidPtr heap);
-/// @brief Fill memory region with CRC32.
+/// @brief Fill memory region with CRC32.
IMPORT_C UInt32 MmFillCRC32Heap(_Input VoidPtr heap);
/// @brief Copy memory region.
@@ -248,7 +248,7 @@ IMPORT_C Void ThrExitMainThread(_Input SInt32 exit_code);
/// @param exit_code the exit code.
IMPORT_C Void ThrExitThread(_Input ThreadObject thread, _Input SInt32 exit_code);
-typedef Void(*ThreadProc)(Void);
+typedef Void (*ThreadProc)(Void);
/// @brief Create a thread.
/// @param procedure the thread procedure.