(Forced commit- last commit was inadvertant in that it missed the comments)

Move TARGCTLIOALLOCUNIT to OTARGCTLIOALLOCUNIT, TARGCTLIOFREEUNIT
to OTARGCTLIOFREEUNIT and redefine old associated structure to be
old_ioc_alloc_unit- deprecation but preservation of binaries.

Add new structure for same- but this one contains a pointer to
user defined INQUIRY data so you can define what the target
device looks like to the outside world.
This commit is contained in:
mjacob 2001-07-30 00:27:54 +00:00
parent b28272b3c0
commit 599acde4d5

View File

@ -137,4 +137,5 @@ struct ioc_alloc_unit {
* Set/clear debugging for this target mode instance
*/
#define TARGIODEBUG _IOW('C', 9, int)
#endif /* _CAM_SCSI_SCSI_TARGETIO_H_ */