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/param.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/param.h')
-rw-r--r-- | sys/arch/mac68k/include/param.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/include/param.h b/sys/arch/mac68k/include/param.h index 06b9d6b78c0..cf9193f7f59 100644 --- a/sys/arch/mac68k/include/param.h +++ b/sys/arch/mac68k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.6 1997/03/08 16:17:00 briggs Exp $ */ +/* $OpenBSD: param.h,v 1.7 1997/11/30 06:12:31 gene Exp $ */ /* $NetBSD: param.h,v 1.28 1997/03/01 06:57:45 scottr Exp $ */ /* @@ -77,8 +77,8 @@ * @(#)param.h 7.8 (Berkeley) 6/28/91 */ -#ifndef _PARAM_MACHINE_ -#define _PARAM_MACHINE_ +#ifndef _MAC68K_PARAM_H_ +#define _MAC68K_PARAM_H_ #ifndef PSL_IPL #include <machine/psl.h> @@ -198,4 +198,4 @@ void delay __P((unsigned)); #define DELAY(ms) delay(ms) #endif /* _KERNEL && !_LOCORE */ -#endif /* _PARAM_MACHINE_ */ +#endif /* _MAC68K_PARAM_H_ */ |