diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-13 16:05:51 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-13 16:05:51 +0000 |
commit | 84074750d095c6c7ad8744b774c9df7a9f472dd4 (patch) | |
tree | 8d62d91c0cc9d94ad119d883bb1024eaba127d32 | |
parent | 8be9d225a27a811eb430bf05044c6b20f1051366 (diff) |
Oops, intr_findvec() proto is still necessary.
-rw-r--r-- | sys/arch/mvme88k/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/cpu.h b/sys/arch/mvme88k/include/cpu.h index d4e1cfdd316..fdf59bb1744 100644 --- a/sys/arch/mvme88k/include/cpu.h +++ b/sys/arch/mvme88k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.34 2006/05/08 14:36:10 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.35 2006/05/13 16:05:50 miod Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * Copyright (c) 1992, 1993 @@ -63,6 +63,7 @@ struct intrhand { }; int intr_establish(int, struct intrhand *, const char *); +int intr_findvec(int, int, int); /* * There are 256 possible vectors on a mvme88k platform (including |