summaryrefslogtreecommitdiffhomepage
path: root/dev/LibSCI
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-02-18 12:22:39 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-02-18 12:22:39 +0100
commit36ec3e50aa1328bed5f3d2cfbf6a0596caa7a7c5 (patch)
tree002560ad8d68d19b9b25a799e718904d4f02e0c6 /dev/LibSCI
parent6a9ae8360b9c7757b756be6cc41c77982344b0c6 (diff)
ADD: File to install system calls and Symbols header file.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibSCI')
-rw-r--r--dev/LibSCI/SCI.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev/LibSCI/SCI.h b/dev/LibSCI/SCI.h
index 1e17ebd3..736c2d33 100644
--- a/dev/LibSCI/SCI.h
+++ b/dev/LibSCI/SCI.h
@@ -323,8 +323,10 @@ IMPORT_C SInt32 SchedBreakPoint(Void);
IMPORT_C SInt32 VideoGetBuffer(VoidPtr* out);
-IMPORT_C Void VideoDisposeBuffer(VoidPtr* in);
+IMPORT_C SInt32 VideoDisposeBuffer(VoidPtr* in);
-IMPORT_C SInt32 VideoGetProfile(VoidPtr* in);
+IMPORT_C SInt32 VideoGetColorProfile(VoidPtr* in);
+
+IMPORT_C SInt32 VideoQueryInfo(VoidPtr* info_ptr, SizeT* info_sz);
#endif // ifndef SCI_SCI_H