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/mvme68k/include/bus.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/mvme68k/include/bus.h')
-rw-r--r-- | sys/arch/mvme68k/include/bus.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/include/bus.h b/sys/arch/mvme68k/include/bus.h index 9d898749c4b..9e2d3e44229 100644 --- a/sys/arch/mvme68k/include/bus.h +++ b/sys/arch/mvme68k/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.6 2009/07/30 21:39:54 miod Exp $ */ +/* $OpenBSD: bus.h,v 1.7 2011/03/23 16:54:36 pirofti Exp $ */ /* * Copyright (c) 2004, Miodrag Vallat. * @@ -33,8 +33,8 @@ * the management functions. */ -#ifndef _MVME68K_BUS_H_ -#define _MVME68K_BUS_H_ +#ifndef _MACHINE_BUS_H_ +#define _MACHINE_BUS_H_ #include <sys/types.h> @@ -797,4 +797,4 @@ void bus_dmamem_unmap(bus_dma_tag_t tag, caddr_t kva, paddr_t bus_dmamem_mmap(bus_dma_tag_t tag, bus_dma_segment_t *segs, int nsegs, off_t off, int prot, int flags); -#endif /* _MVME68K_BUS_H_ */ +#endif /* _MACHINE_BUS_H_ */ |