permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / compare.c
CommitLineData
34e49164
C
1struct aic7xxx_host {
2 struct aic7xxx_cmd_queue {
3 Scsi_Cmnd *head;
4 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 */
12 unsigned char msg_index; /* Index into msg_buf array */
13};
14