#ifndef CCISS_DEFS_H
#define CCISS_DEFS_H
#include <linux/types.h>
#define SENSEINFOBYTES …
#define CMD_SUCCESS …
#define CMD_TARGET_STATUS …
#define CMD_DATA_UNDERRUN …
#define CMD_DATA_OVERRUN …
#define CMD_INVALID …
#define CMD_PROTOCOL_ERR …
#define CMD_HARDWARE_ERR …
#define CMD_CONNECTION_LOST …
#define CMD_ABORTED …
#define CMD_ABORT_FAILED …
#define CMD_UNSOLICITED_ABORT …
#define CMD_TIMEOUT …
#define CMD_UNABORTABLE …
#define XFER_NONE …
#define XFER_WRITE …
#define XFER_READ …
#define XFER_RSVD …
#define ATTR_UNTAGGED …
#define ATTR_SIMPLE …
#define ATTR_HEADOFQUEUE …
#define ATTR_ORDERED …
#define ATTR_ACA …
#define TYPE_CMD …
#define TYPE_MSG …
#define BYTE …
#define WORD …
#define HWORD …
#define DWORD …
#define CISS_MAX_LUN …
#define LEVEL2LUN …
#define LEVEL3LUN …
#pragma pack(1)
SCSI3Addr_struct;
PhysDevAddr_struct;
LogDevAddr_struct;
LUNAddr_struct;
RequestBlock_struct;
MoreErrInfo_struct;
ErrorInfo_struct;
#pragma pack()
#endif