Deleted Added
sdiff udiff text old ( 109577 ) new ( 139743 )
full compact
1/*-
2 * This file is in the public domain.
3 * $FreeBSD: head/sys/cam/scsi/scsi_iu.h 139743 2005-01-05 22:34:37Z imp $
4 */
5#ifndef _SCSI_SCSI_IU_H
6#define _SCSI_SCSI_IU_H 1
7
8struct scsi_status_iu_header
9{
10 u_int8_t reserved[2];
11 u_int8_t flags;

--- 29 unchanged lines hidden ---