diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-31 10:58:52 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-31 10:58:52 +0100 |
| commit | e48bf6e7af428f34bd85b733060554cfec6591d5 (patch) | |
| tree | ba47d3fda2eb8a1b5968131461def89221c426ea /dev/LibSCI/SCI.h | |
| parent | e02c25872a51595954da9eb33a321a7d7ed7e5d2 (diff) | |
SCI.h: Add space between opentray and closetray.
Diffstat (limited to 'dev/LibSCI/SCI.h')
| -rw-r--r-- | dev/LibSCI/SCI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/LibSCI/SCI.h b/dev/LibSCI/SCI.h index 966ef8d6..7f7321d2 100644 --- a/dev/LibSCI/SCI.h +++ b/dev/LibSCI/SCI.h @@ -259,6 +259,7 @@ IMPORT_C SInt32 PwrGetCode(_Output SInt32& code); IMPORT_C SInt32 CdEjectDrive(_Input const Char drv_letter);
IMPORT_C SInt32 CdOpenTray(Void);
+
IMPORT_C SInt32 CdCloseTray(Void);
#endif // ifndef SCIKIT_FOUNDATION_H
|
