summaryrefslogtreecommitdiffhomepage
path: root/dev/zka/StorageKit
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-03 05:32:46 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-03 05:32:46 +0200
commit36b8e46de0e92aff31664470bb3587a91517ab99 (patch)
tree780ce906e9273ebbee00a96230557e0b7e9ac9d9 /dev/zka/StorageKit
parent3e30ee1749d19f5188560f9a5cdab922180c71ca (diff)
IMP: Fixes improvements and new APIs and implementations.
- Add more threading API calls. - Moved /dev/zka/modules/ to /dev/modules/. - Add APM API inside /dev/modules. - Add SInt{x} types inside Defines.hxx. - Fix formatting inside PRM. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/zka/StorageKit')
-rw-r--r--dev/zka/StorageKit/SCSI.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/zka/StorageKit/SCSI.hxx b/dev/zka/StorageKit/SCSI.hxx
index 5a684052..84da51be 100644
--- a/dev/zka/StorageKit/SCSI.hxx
+++ b/dev/zka/StorageKit/SCSI.hxx
@@ -6,6 +6,6 @@
#pragma once
-#include <Modules/SCSI/SCSI.hxx>
+#include <modules/SCSI/SCSI.hxx>
extern const scsi_packet_type kCDRomPacketTemplate;