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/pmap.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/pmap.h')
-rw-r--r-- | sys/arch/mac68k/include/pmap.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/include/pmap.h b/sys/arch/mac68k/include/pmap.h index 65ce48fa6e3..e68b168e82a 100644 --- a/sys/arch/mac68k/include/pmap.h +++ b/sys/arch/mac68k/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.5 1997/03/08 16:17:01 briggs Exp $ */ +/* $OpenBSD: pmap.h,v 1.6 1997/11/30 06:12:32 gene Exp $ */ /* $NetBSD: pmap.h,v 1.14 1997/02/02 18:19:55 scottr Exp $ */ /* @@ -75,8 +75,8 @@ /* * @(#)pmap.h 7.6 (Berkeley) 5/10/91 */ -#ifndef _PMAP_MACHINE_ -#define _PMAP_MACHINE_ +#ifndef _MAC68K_PMAP_H_ +#define _MAC68K_PMAP_H_ #include <machine/pcb.h> #include <machine/pte.h> @@ -215,4 +215,4 @@ __END_DECLS #endif /* _KERNEL */ -#endif /* _PMAP_MACHINE_ */ +#endif /* _MAC68K_PMAP_H_ */ |