diff options
author | gene <gene@cvs.openbsd.org> | 1997-11-30 06:12:37 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1997-11-30 06:12:37 +0000 |
commit | d38ea97d5692fd273af6f1bb45f6fcbd1cc78c45 (patch) | |
tree | 55df065fcb9af5fddde30aaf3aa93f1c2bbd92e8 /sys/arch/mac68k/include/macinfo.h | |
parent | 9e65d69d88fc84d29b4d23a4607b0a3291e32c32 (diff) |
Canonify the _*_H_ namespace appropriately.
Also, clean up comments and wrap with _KERNEL correctly.
Diffstat (limited to 'sys/arch/mac68k/include/macinfo.h')
-rw-r--r-- | sys/arch/mac68k/include/macinfo.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/mac68k/include/macinfo.h b/sys/arch/mac68k/include/macinfo.h index 7fd03ac8f0f..f6b3355df85 100644 --- a/sys/arch/mac68k/include/macinfo.h +++ b/sys/arch/mac68k/include/macinfo.h @@ -1,4 +1,4 @@ -/* $OpenBSD: macinfo.h,v 1.2 1996/10/28 15:00:49 briggs Exp $ */ +/* $OpenBSD: macinfo.h,v 1.3 1997/11/30 06:12:30 gene Exp $ */ /* $NetBSD: scsi96reg.h,v 1.5 1996/05/05 06:18:02 briggs Exp $ */ /* @@ -28,8 +28,8 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _MACINFO_MACHINE_ -#define _MACINFO_MACHINE_ +#ifndef _MAC68K_MACINFO_H_ +#define _MAC68K_MACINFO_H_ /* values for machineid -- * These are equivalent to the MacOS Gestalt values. */ @@ -138,7 +138,7 @@ struct mac68k_machine_S { int sccClkConst; /* "Constant" for SCC bps */ }; - /* What kind of model is this */ +/* What kind of model is this */ struct cpu_model_info { int machineid; /* MacOS Gestalt value. */ char *model_major; /* Make this distinction to save a few */ @@ -156,4 +156,4 @@ extern struct mac68k_machine_S mac68k_machine; extern unsigned long load_addr; #endif /* _KERNEL */ -#endif +#endif /* _MAC68K_MACINFO_H_ */ |