diff options
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/include/atomic.h | 8 | ||||
-rw-r--r-- | sys/arch/landisk/include/bus.h | 8 | ||||
-rw-r--r-- | sys/arch/landisk/include/conf.h | 8 | ||||
-rw-r--r-- | sys/arch/landisk/include/cpu.h | 8 | ||||
-rw-r--r-- | sys/arch/landisk/include/intr.h | 8 | ||||
-rw-r--r-- | sys/arch/landisk/include/param.h | 8 | ||||
-rw-r--r-- | sys/arch/landisk/include/vmparam.h | 8 |
7 files changed, 28 insertions, 28 deletions
diff --git a/sys/arch/landisk/include/atomic.h b/sys/arch/landisk/include/atomic.h index e3f0a814ad3..161b27ed3d8 100644 --- a/sys/arch/landisk/include/atomic.h +++ b/sys/arch/landisk/include/atomic.h @@ -1,10 +1,10 @@ -/* $OpenBSD: atomic.h,v 1.2 2007/02/19 17:18:42 deraadt Exp $ */ +/* $OpenBSD: atomic.h,v 1.3 2011/03/23 16:54:35 pirofti Exp $ */ /* Public Domain */ -#ifndef __LANDISK_ATOMIC_H__ -#define __LANDISK_ATOMIC_H__ +#ifndef _MACHINE_ATOMIC_H_ +#define _MACHINE_ATOMIC_H_ #include <sh/atomic.h> -#endif /* __LANDISK_ATOMIC_H__ */ +#endif /* _MACHINE_ATOMIC_H_ */ diff --git a/sys/arch/landisk/include/bus.h b/sys/arch/landisk/include/bus.h index 6cb749469f1..5514c446910 100644 --- a/sys/arch/landisk/include/bus.h +++ b/sys/arch/landisk/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.7 2010/04/04 12:49:30 miod Exp $ */ +/* $OpenBSD: bus.h,v 1.8 2011/03/23 16:54:35 pirofti Exp $ */ /* $NetBSD: bus.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ /*- @@ -62,8 +62,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _LANDISK_BUS_H_ -#define _LANDISK_BUS_H_ +#ifndef _MACHINE_BUS_H_ +#define _MACHINE_BUS_H_ #include <sys/types.h> @@ -589,4 +589,4 @@ 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 /* _LANDISK_BUS_DMA_PRIVATE */ -#endif /* _LANDISK_BUS_H_ */ +#endif /* _MACHINE_BUS_H_ */ diff --git a/sys/arch/landisk/include/conf.h b/sys/arch/landisk/include/conf.h index ce0cf6bd430..53a9522d8c0 100644 --- a/sys/arch/landisk/include/conf.h +++ b/sys/arch/landisk/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.4 2010/07/21 15:40:04 deraadt Exp $ */ +/* $OpenBSD: conf.h,v 1.5 2011/03/23 16:54:35 pirofti Exp $ */ /* * Copyright (c) 1997 Mark Brinicombe. @@ -39,8 +39,8 @@ * Prototypes for device driver functions */ -#ifndef _LANDISK_CONF_H -#define _LANDISK_CONF_H +#ifndef _MACHINE_CONF_H_ +#define _MACHINE_CONF_H_ #include <sys/conf.h> @@ -74,4 +74,4 @@ cdev_decl(apm); cdev_decl(spkr); cdev_decl(scif); -#endif /* _LANDISK_CONF_H_ */ +#endif /* _MACHINE_CONF_H_ */ diff --git a/sys/arch/landisk/include/cpu.h b/sys/arch/landisk/include/cpu.h index 47e51585e47..54d84c0d210 100644 --- a/sys/arch/landisk/include/cpu.h +++ b/sys/arch/landisk/include/cpu.h @@ -1,8 +1,8 @@ -/* $OpenBSD: cpu.h,v 1.2 2007/04/29 17:53:37 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.3 2011/03/23 16:54:35 pirofti Exp $ */ /* $NetBSD: cpu.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ -#ifndef _LANDISK_CPU_H_ -#define _LANDISK_CPU_H_ +#ifndef _MACHINE_CPU_H_ +#define _MACHINE_CPU_H_ void machine_reset(void); @@ -23,4 +23,4 @@ void machine_reset(void); { "led_blink", CTLTYPE_INT } \ } -#endif /* _LANDISK_CPU_H_ */ +#endif /* _MACHINE_CPU_H_ */ diff --git a/sys/arch/landisk/include/intr.h b/sys/arch/landisk/include/intr.h index 6fb05efaccf..68c00e358e4 100644 --- a/sys/arch/landisk/include/intr.h +++ b/sys/arch/landisk/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.9 2009/03/15 19:40:40 miod Exp $ */ +/* $OpenBSD: intr.h,v 1.10 2011/03/23 16:54:35 pirofti Exp $ */ /* $NetBSD: intr.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ /*- @@ -27,8 +27,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _LANDISK_INTR_H_ -#define _LANDISK_INTR_H_ +#ifndef _MACHINE_INTR_H_ +#define _MACHINE_INTR_H_ #include <sh/intr.h> @@ -89,4 +89,4 @@ void extintr_enable(void *ih); void extintr_disable(void *ih); void extintr_disable_by_num(int irq); -#endif /* !_LANDISK_INTR_H_ */ +#endif /* !_MACHINE_INTR_H_ */ diff --git a/sys/arch/landisk/include/param.h b/sys/arch/landisk/include/param.h index 3801db99fac..dd9f47db602 100644 --- a/sys/arch/landisk/include/param.h +++ b/sys/arch/landisk/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.1 2006/10/06 21:16:15 miod Exp $ */ +/* $OpenBSD: param.h,v 1.2 2011/03/23 16:54:35 pirofti Exp $ */ /* $NetBSD: param.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ /*- @@ -39,8 +39,8 @@ * Machine dependent constants for landisk */ -#ifndef _LANDISK_PARAM_H_ -#define _LANDISK_PARAM_H_ +#ifndef _MACHINE_PARAM_H_ +#define _MACHINE_PARAM_H_ #include <sh/param.h> @@ -55,4 +55,4 @@ #define IOM_RAM_BEGIN 0x0c000000 #define IOM_RAM_SIZE 0x04000000 /* 64MB */ -#endif /* _LANDISK_PARAM_H_ */ +#endif /* _MACHINE_PARAM_H_ */ diff --git a/sys/arch/landisk/include/vmparam.h b/sys/arch/landisk/include/vmparam.h index 5c1f0229582..5c5d1abed77 100644 --- a/sys/arch/landisk/include/vmparam.h +++ b/sys/arch/landisk/include/vmparam.h @@ -1,8 +1,8 @@ -/* $OpenBSD: vmparam.h,v 1.2 2007/05/20 20:16:07 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.3 2011/03/23 16:54:35 pirofti Exp $ */ /* $NetBSD: vmparam.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ -#ifndef _LANDISK_VMPARAM_H_ -#define _LANDISK_VMPARAM_H_ +#ifndef _MACHINE_VMPARAM_H_ +#define _MACHINE_VMPARAM_H_ #include <sh/vmparam.h> @@ -15,4 +15,4 @@ #define VM_NFREELIST 1 #define VM_FREELIST_DEFAULT 0 -#endif /* _LANDISK_VMPARAM_H_ */ +#endif /* _MACHINE_VMPARAM_H_ */ |