From 36ec3e50aa1328bed5f3d2cfbf6a0596caa7a7c5 Mon Sep 17 00:00:00 2001 From: Amlal Date: Tue, 18 Feb 2025 12:22:39 +0100 Subject: ADD: File to install system calls and Symbols header file. Signed-off-by: Amlal --- dev/LibSCI/SCI.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dev/LibSCI') 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 -- cgit v1.2.3