Made pci.c compile again. It unfortunately depends on the isa interrupt

interface.  Adding prototypes just made the dependency explicit.
This commit is contained in:
Bruce Evans 1995-11-21 13:59:56 +00:00
parent 512fef80a9
commit 8be8b2a157
2 changed files with 6 additions and 2 deletions

View File

@ -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 <machine/pmap.h>
#include <sys/devconf.h>
#include <i386/isa/isa_device.h> /* XXX inthand2_t */
#include <pci/pcivar.h>
#include <pci/pcireg.h>
#include <pci/pcibus.h>

View File

@ -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 <machine/pmap.h>
#include <sys/devconf.h>
#include <i386/isa/isa_device.h> /* XXX inthand2_t */
#include <pci/pcivar.h>
#include <pci/pcireg.h>
#include <pci/pcibus.h>