mirror of
https://github.com/marciot/mac-tip.git
synced 2024-12-29 18:32:43 +00:00
9 lines
215 B
C
9 lines
215 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);
|