[SCSI] libosd: OSDv1 Headers
authorBoaz Harrosh <bharrosh@panasas.com>
Sun, 25 Jan 2009 14:54:10 +0000 (16:54 +0200)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 12 Mar 2009 17:58:06 +0000 (12:58 -0500)
commitde258bf5e63863f42e0f9a7c5ffd29916a41e399
treec90aa5f4dd86b61df7915864589562ef9fabe625
parent82443a58d361123d418033e9e32ac29a842fce68
[SCSI] libosd: OSDv1 Headers

Headers only patch.

osd_protocol.h
Contains a C-fied definition of the T10 OSD standard
osd_types.h
Contains CPU order common used types
osd_initiator.h
API definition of the osd_initiator library
osd_sec.h
Contains High level API for the security manager.

[Note that checkpatch spews errors on things that are valid in this context
and will not be fixed]

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Reviewed-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
include/scsi/osd_initiator.h [new file with mode: 0644]
include/scsi/osd_protocol.h [new file with mode: 0644]
include/scsi/osd_sec.h [new file with mode: 0644]
include/scsi/osd_types.h [new file with mode: 0644]