From 96b354137b8039e6c2ebd6f88c0008ecb2e4f20d Mon Sep 17 00:00:00 2001 From: Paul Irofti Date: Wed, 23 Mar 2011 16:54:38 +0000 Subject: Normalize sentinel. Use _MACHINE_*_H_ and __*_H_ properly and consitently. Discussed and okay drahn@. Okay deraadt@. --- sys/arch/amd64/include/rbus_machdep.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/amd64/include/rbus_machdep.h') diff --git a/sys/arch/amd64/include/rbus_machdep.h b/sys/arch/amd64/include/rbus_machdep.h index 57e99a8383f..7e5dc1e58f7 100644 --- a/sys/arch/amd64/include/rbus_machdep.h +++ b/sys/arch/amd64/include/rbus_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rbus_machdep.h,v 1.6 2010/01/13 09:10:33 jsg Exp $ */ +/* $OpenBSD: rbus_machdep.h,v 1.7 2011/03/23 16:54:34 pirofti Exp $ */ /* $NetBSD: rbus_machdep.h,v 1.2 1999/10/15 06:43:05 haya Exp $ */ /* @@ -26,8 +26,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _AMD64_RBUS_MACHDEP_H_ -#define _AMD64_RBUS_MACHDEP_H_ +#ifndef _MACHINE_RBUS_MACHDEP_H_ +#define _MACHINE_RBUS_MACHDEP_H_ struct pci_attach_args; /* XXX */ @@ -47,4 +47,4 @@ bus_addr_t rbus_min_start_hint(void); void pccbb_attach_hook(struct device *, struct device *, struct pci_attach_args *); -#endif /* _AMD64_RBUS_MACHDEP_H_ */ +#endif /* _MACHINE_RBUS_MACHDEP_H_ */ -- cgit v1.2.3