diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-05-26 18:14:44 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-05-26 18:14:44 +0000 |
commit | b6700f4a6dad1f781af611627f1b245f0bfcb1f2 (patch) | |
tree | eafc30749b1b1fd3d326929c6c45a42e7c0c5050 /sys/arch/mac68k/include/scsi96reg.h | |
parent | 7aade6e6e58d423c865758a97a7ba25c54343b63 (diff) |
Sync with NetBSD-current.
Diffstat (limited to 'sys/arch/mac68k/include/scsi96reg.h')
-rw-r--r-- | sys/arch/mac68k/include/scsi96reg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/include/scsi96reg.h b/sys/arch/mac68k/include/scsi96reg.h index b9efc1ec8af..823edd01bd5 100644 --- a/sys/arch/mac68k/include/scsi96reg.h +++ b/sys/arch/mac68k/include/scsi96reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: scsi96reg.h,v 1.4 1994/10/26 08:46:45 cgd Exp $ */ +/* $NetBSD: scsi96reg.h,v 1.5 1996/05/05 06:18:02 briggs Exp $ */ /* * Copyright (C) 1994 Allen K. Briggs @@ -27,8 +27,8 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _MACHINE_SCSI96REG_H_ -#define _MACHINE_SCSI96REG_H_ +#ifndef _SCSI96REG_MACHINE_ +#define _SCSI96REG_MACHINE_ typedef volatile unsigned char v_uchar; @@ -170,4 +170,4 @@ struct ncr53c96regs { #define NCR96_DALREG 0xF /* Data alignment register. W */ -#endif /* _MACHINE_SCSI96REG_H_ */ +#endif /* _SCSI96REG_MACHINE_ */ |