Release coccinelle-0.1.4
[bpt/coccinelle.git] / tests / compare.res
CommitLineData
34e49164
C
1struct aic7xxx_host {
2 struct aic7xxx_cmd_queue {
3 struct scsi_cmnd *head;
4 struct scsi_cmnd *tail;
5 } completeq;
6 unsigned char msg_buf[13]; /* The message for the target */
7 unsigned char msg_type;
8#define MSG_TYPE_NONE 0x00
9#define MSG_TYPE_INITIATOR_MSGOUT 0x01
10#define MSG_TYPE_INITIATOR_MSGIN 0x02
11 unsigned char msg_len; /* Length of message */
faf9a90c 12 unsigned char msg_index; /* Index into msg_buf array */
34e49164
C
13};
14