add scsi headers scsi.h and sg.h
authorRich Felker <dalias@aerifal.cx>
Wed, 5 Dec 2012 17:35:24 +0000 (12:35 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 5 Dec 2012 17:35:24 +0000 (12:35 -0500)
commit91b05889098c65425920b4c3bcd0712b73ea97eb
treefc8ef2001ee93000a6fceb9afd9b402cd2202b00
parenta7c1f9727a099da0d4722d4cf81056acd205158b
add scsi headers scsi.h and sg.h

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.
include/scsi/scsi.h [new file with mode: 0644]
include/scsi/sg.h [new file with mode: 0644]