source: asp3_tinet_ecnl_arm/trunk/musl-1.1.18/include/scsi/scsi_ioctl.h@ 352

Last change on this file since 352 was 352, checked in by coas-nagasima, 6 years ago

arm向けASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 322 bytes
Line 
1#ifndef _SCSI_IOCTL_H
2#define _SCSI_IOCTL_H
3#define SCSI_IOCTL_SEND_COMMAND 1
4#define SCSI_IOCTL_TEST_UNIT_READY 2
5#define SCSI_IOCTL_BENCHMARK_COMMAND 3
6#define SCSI_IOCTL_SYNC 4
7#define SCSI_IOCTL_START_UNIT 5
8#define SCSI_IOCTL_STOP_UNIT 6
9#define SCSI_IOCTL_DOORLOCK 0x5380
10#define SCSI_IOCTL_DOORUNLOCK 0x5381
11#endif
Note: See TracBrowser for help on using the repository browser.