mac-tip/mac-cpp-source/scsi/iomega_cmds.h

9 lines
215 B
C
Raw Normal View History

2021-11-23 18:50:09 +00:00
#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);
2021-11-24 16:24:02 +00:00
OSErr iomega_eject_cartridge(int id);