diff options
-rw-r--r-- | sys/arch/armv7/include/bootconfig.h | 4 | ||||
-rw-r--r-- | sys/arch/armv7/include/intr.h | 4 | ||||
-rw-r--r-- | sys/arch/armv7/include/machine_reg.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/armv7/include/bootconfig.h b/sys/arch/armv7/include/bootconfig.h index af5bea555b5..ceaa725e932 100644 --- a/sys/arch/armv7/include/bootconfig.h +++ b/sys/arch/armv7/include/bootconfig.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bootconfig.h,v 1.1 2013/09/04 14:38:26 patrick Exp $ */ +/* $OpenBSD: bootconfig.h,v 1.2 2019/05/06 03:34:43 mlarkin Exp $ */ /* $NetBSD: bootconfig.h,v 1.2 2001/06/21 22:08:28 chris Exp $ */ /* @@ -62,7 +62,7 @@ typedef struct _BootConfig { extern BootConfig bootconfig; #endif /* _KERNEL || _STANDALONE */ -#if defined(_KERNEL) +#if defined(_KERNEL) extern char *boot_args; extern char *boot_file; #endif /* _KERNEL */ diff --git a/sys/arch/armv7/include/intr.h b/sys/arch/armv7/include/intr.h index a166a17493a..be2035aaca6 100644 --- a/sys/arch/armv7/include/intr.h +++ b/sys/arch/armv7/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.10 2018/08/20 15:02:07 visa Exp $ */ +/* $OpenBSD: intr.h,v 1.11 2019/05/06 03:34:43 mlarkin Exp $ */ /* $NetBSD: intr.h,v 1.12 2003/06/16 20:00:59 thorpej Exp $ */ /* @@ -135,7 +135,7 @@ void arm_setsoftintr(int si); #define _setsoftintr arm_setsoftintr #include <arm/softintr.h> - + void *arm_intr_establish(int irqno, int level, int (*func)(void *), void *cookie, char *name); void arm_intr_disestablish(void *cookie); diff --git a/sys/arch/armv7/include/machine_reg.h b/sys/arch/armv7/include/machine_reg.h index 645c045091b..4644e5efda0 100644 --- a/sys/arch/armv7/include/machine_reg.h +++ b/sys/arch/armv7/include/machine_reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: machine_reg.h,v 1.2 2017/04/30 13:04:49 mpi Exp $ */ +/* $OpenBSD: machine_reg.h,v 1.3 2019/05/06 03:34:43 mlarkin Exp $ */ /* * Copyright (c) 2002, 2003 Genetec Corporation. All rights reserved. @@ -12,7 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of Genetec Corporation may not be used to endorse or + * 3. The name of Genetec Corporation may not be used to endorse or * promote products derived from this software without specific prior * written permission. * |