From 30e2441b99445145a041cf6fd8b6693f184d490b Mon Sep 17 00:00:00 2001 From: ross Date: Sat, 23 May 1998 21:36:33 +0000 Subject: [PATCH] Prototype sio_intr_alloc(). --- sys/arch/alpha/pci/siovar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/alpha/pci/siovar.h b/sys/arch/alpha/pci/siovar.h index 13193741a160..33cb45b1cf44 100644 --- a/sys/arch/alpha/pci/siovar.h +++ b/sys/arch/alpha/pci/siovar.h @@ -1,4 +1,4 @@ -/* $NetBSD: siovar.h,v 1.7 1998/04/14 22:21:00 thorpej Exp $ */ +/* $NetBSD: siovar.h,v 1.8 1998/05/23 21:36:33 ross Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -34,6 +34,7 @@ const char *sio_intr_string __P((void *, int)); void *sio_intr_establish __P((void *, int, int, int, int (*)(void *), void *)); void sio_intr_disestablish __P((void *, void *)); +int sio_intr_alloc __P((void *, int, int, int *)); #ifdef EVCNT_COUNTERS extern struct evcnt sio_intr_evcnt;