mirror of
https://github.com/marciot/mac-tip.git
synced 2025-01-03 20:31:36 +00:00
8 lines
214 B
C
8 lines
214 B
C
|
#include <scsi.h>
|
||
|
|
||
|
typedef Boolean bool;
|
||
|
|
||
|
OSErr iomega_spin_up_cartridge(int id);
|
||
|
OSErr iomega_spin_down_and_eject(int id);
|
||
|
OSErr iomega_set_prevent_removal(int id, bool lock);
|
||
|
OSErr iomega_eject_cartridge(int id);
|