summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pci/pcivar.h4
-rw-r--r--sys/pci/pcivar.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h
index 23bc8ae54cba..712c6705f3ac 100644
--- a/sys/dev/pci/pcivar.h
+++ b/sys/dev/pci/pcivar.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcivar.h,v 1.3 1995/03/17 04:27:21 davidg Exp $
+** $Id: pcivar.h,v 1.4 1995/03/21 23:01:06 se Exp $
**
** Declarations for pci device drivers.
**
@@ -125,6 +125,8 @@ void pci_conf_write (pcici_t tag, u_long reg, u_long data);
**-----------------------------------------------------------------
*/
+struct kern_devconf;
+
struct pci_device {
char* pd_name;
char* (*pd_probe ) (pcici_t tag, pcidi_t type);
diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h
index 23bc8ae54cba..712c6705f3ac 100644
--- a/sys/pci/pcivar.h
+++ b/sys/pci/pcivar.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcivar.h,v 1.3 1995/03/17 04:27:21 davidg Exp $
+** $Id: pcivar.h,v 1.4 1995/03/21 23:01:06 se Exp $
**
** Declarations for pci device drivers.
**
@@ -125,6 +125,8 @@ void pci_conf_write (pcici_t tag, u_long reg, u_long data);
**-----------------------------------------------------------------
*/
+struct kern_devconf;
+
struct pci_device {
char* pd_name;
char* (*pd_probe ) (pcici_t tag, pcidi_t type);