diff options
Diffstat (limited to 'sys/scsi/scsi_changer.h')
| -rw-r--r-- | sys/scsi/scsi_changer.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/scsi/scsi_changer.h b/sys/scsi/scsi_changer.h index c78aa0a28f52..d396e2c4ea26 100644 --- a/sys/scsi/scsi_changer.h +++ b/sys/scsi/scsi_changer.h @@ -19,8 +19,10 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: scsi_changer.h,v 1.4 1993/08/21 20:01:53 rgrimes Exp $ + * $Id: scsi_changer.h,v 1.6 1993/11/18 05:02:53 rgrimes Exp $ */ +#ifndef _SCSI_SCSI_CHANGER_H +#define _SCSI_SCSI_CHANGER_H 1 /* * SCSI command format @@ -92,4 +94,5 @@ struct element_status_page u_char rsvd; u_char byte_count_of_descriptor_data[3]; }; +#endif /*_SCSI_SCSI_CHANGER_H*/ |
