about summary refs log tree commit diff
path: root/include/scsi
Commit message (Collapse)AuthorAgeFilesLines
* add legacy scsi/scsi_ioctl.h headerrofl0r2013-07-031-0/+11
|
* scsci/sg.h: fix usage of undefined macro HZrofl0r2013-02-211-1/+1
| | | | | this macro is 100 on all archs, at least in userspace, according to kernel headers.
* add scsi headers scsi.h and sg.hRich Felker2012-12-052-0/+279
due to some historical oddity, these are considered libc headers rather than kernel headers. the kernel used to provide them too, but it seems modern kernels do not install them, so let's just do the easiest thing and provide them. stripped-down versions provided by John Spencer.