summaryrefslogtreecommitdiffhomepage
path: root/dev/LibSCI
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-13 06:43:02 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-13 06:43:02 +0100
commit79ad2556be55a61a41d5d849e396ad4b3a72a23e (patch)
treef98fc03644e8233186b8b43bac7e125b3bda2de1 /dev/LibSCI
parente83cfb3dbdd121f6d76e70ff50155c16d6f90c46 (diff)
ADD: Much needed tweaks for Driver Manager, DMA, PIO ATA, and SATA.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibSCI')
-rw-r--r--dev/LibSCI/SCI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/LibSCI/SCI.h b/dev/LibSCI/SCI.h
index ca77c515..865a2c21 100644
--- a/dev/LibSCI/SCI.h
+++ b/dev/LibSCI/SCI.h
@@ -303,4 +303,6 @@ IMPORT_C SInt32 SchedTrace(PID, SInt32 req, VoidPtr address, VoidPtr data);
IMPORT_C SInt32 SchedKill(PID, SInt32 req);
+IMPORT_C SInt32 SchedBreakPoint(Void);
+
#endif // ifndef SCIKIT_FOUNDATION_H