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 109577 2003-01-20 18:05:46Z gibbs $
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 ---