diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-03-25 21:10:38 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-03-25 21:10:38 +0000 |
| commit | f0d47944e2de2cf148a122b9f585981e6a754fee (patch) | |
| tree | 5bb75f0be0025f88fb30d88a4ce98374e88785b5 /sys/dev/pci | |
| parent | de8020d29b330202c113c999d645f12c3d847928 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pcivar.h | 4 |
1 files changed, 3 insertions, 1 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); |
