diff options
Diffstat (limited to 'sys/arch/hp300/dev/dmavar.h')
-rw-r--r-- | sys/arch/hp300/dev/dmavar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hp300/dev/dmavar.h b/sys/arch/hp300/dev/dmavar.h index 412db731c55..cd814185f6e 100644 --- a/sys/arch/hp300/dev/dmavar.h +++ b/sys/arch/hp300/dev/dmavar.h @@ -1,4 +1,5 @@ -/* $NetBSD: dmavar.h,v 1.5 1995/03/28 18:16:03 jtc Exp $ */ +/* $OpenBSD: dmavar.h,v 1.2 1997/01/12 15:12:29 downsj Exp $ */ +/* $NetBSD: dmavar.h,v 1.6 1996/12/09 03:09:51 thorpej Exp $ */ /* * Copyright (c) 1982, 1990, 1993 @@ -50,4 +51,5 @@ #ifdef _KERNEL extern void dmago(), dmafree(); extern int dmareq(); +extern void dmacomputeipl __P((void)); #endif |