From bd2d8266d1ba3c80e773f16cd31df4ad40e298cf Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 21 Nov 1995 13:59:56 +0000 Subject: Made pci.c compile again. It unfortunately depends on the isa interrupt interface. Adding prototypes just made the dependency explicit. --- sys/dev/pci/pci.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/pci/pci.c') diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index a14c96f..c776c9a 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pci.c,v 1.32 1995/10/02 13:43:11 davidg Exp $ +** $Id: pci.c,v 1.33 1995/11/20 12:42:23 phk Exp $ ** ** General subroutines for the PCI bus. ** pci_configure () @@ -63,6 +63,8 @@ #include #include +#include /* XXX inthand2_t */ + #include #include #include -- cgit v1.1