diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-03-23 16:54:38 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-03-23 16:54:38 +0000 |
commit | 96b354137b8039e6c2ebd6f88c0008ecb2e4f20d (patch) | |
tree | b34cf5e18c5986eb1ce733aad820bd3ce42c6b46 /sys/arch/mvme88k/include/m88410.h | |
parent | d81ed92368684fcbb0e5ea3bcf868e6252a6ddda (diff) |
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Discussed and okay drahn@. Okay deraadt@.
Diffstat (limited to 'sys/arch/mvme88k/include/m88410.h')
-rw-r--r-- | sys/arch/mvme88k/include/m88410.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/include/m88410.h b/sys/arch/mvme88k/include/m88410.h index 02a969450ff..ad8201c3297 100644 --- a/sys/arch/mvme88k/include/m88410.h +++ b/sys/arch/mvme88k/include/m88410.h @@ -1,4 +1,4 @@ -/* $OpenBSD: m88410.h,v 1.13 2010/12/31 20:54:21 miod Exp $ */ +/* $OpenBSD: m88410.h,v 1.14 2011/03/23 16:54:36 pirofti Exp $ */ /* * Copyright (c) 2001 Steve Murphree, Jr. * All rights reserved. @@ -30,8 +30,8 @@ * */ -#ifndef __M88410_H__ -#define __M88410_H__ +#ifndef _MACHINE_M88410_H_ +#define _MACHINE_M88410_H_ #ifdef _KERNEL @@ -61,4 +61,4 @@ mc88410_present(void) #endif /* _KERNEL */ -#endif /* __M88410_H__ */ +#endif /* _MACHINE_M88410_H_ */ |