summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-09 11:46:00 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-09 11:46:00 +0100
commitbe974217785b99c3f424f1550836e47442d53a11 (patch)
tree7ade5ac407edf246c748e2df5a90a26ae0360eed /dev/SCIKit
parent3aeff1f8f141f771d5c895e1653dfdc106289ebc (diff)
IMP: DriveMgr initializes first before reading first block now.
IMP: AHCI has been improved and is getting fixed.
Diffstat (limited to 'dev/SCIKit')
-rw-r--r--dev/SCIKit/Macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/SCIKit/Macros.h b/dev/SCIKit/Macros.h
index 2143c4d5..cd49acd0 100644
--- a/dev/SCIKit/Macros.h
+++ b/dev/SCIKit/Macros.h
@@ -44,7 +44,7 @@ typedef char Char;
typedef VoidPtr SCIObject;
typedef SCIObject IOObject;
-typedef IOObject FSObject;
+typedef IOObject FSObject;
typedef SCIObject DLLObject;
typedef SCIObject ThreadObject;
typedef SCIObject SocketObject;