diff options
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r-- | sys/arch/zaurus/include/intr.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/zaurus/include/intr.h b/sys/arch/zaurus/include/intr.h index e8045fa39c6..ba3253da140 100644 --- a/sys/arch/zaurus/include/intr.h +++ b/sys/arch/zaurus/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.11 2013/05/17 19:38:52 kettenis Exp $ */ +/* $OpenBSD: intr.h,v 1.12 2015/09/19 02:13:05 jsg Exp $ */ /* $NetBSD: intr.h,v 1.12 2003/06/16 20:00:59 thorpej Exp $ */ /* @@ -97,6 +97,8 @@ #define splsched() splhigh() #define spllock() splhigh() +void intr_barrier(void *); + #endif /* ! _LOCORE */ #include <arm/xscale/pxa2x0_intr.h> |