summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcib_private.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-09-06 22:14:00 +0000
committerjhb <jhb@FreeBSD.org>2002-09-06 22:14:00 +0000
commit6e666d91a9b94017de7e8dcd7c4a45f913f01be1 (patch)
treed73e1a1134d7d99b83c3df85ceebbd64a9002a01 /sys/dev/pci/pcib_private.h
parent40bf2edf8bd2d7c2a58f487fd83bede1bf892d92 (diff)
downloadFreeBSD-src-6e666d91a9b94017de7e8dcd7c4a45f913f01be1.zip
FreeBSD-src-6e666d91a9b94017de7e8dcd7c4a45f913f01be1.tar.gz
Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCI
bridge driver.
Diffstat (limited to 'sys/dev/pci/pcib_private.h')
-rw-r--r--sys/dev/pci/pcib_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pcib_private.h b/sys/dev/pci/pcib_private.h
index 2d5c2e6..ec25172 100644
--- a/sys/dev/pci/pcib_private.h
+++ b/sys/dev/pci/pcib_private.h
@@ -58,6 +58,7 @@ struct pcib_softc
u_int8_t seclat; /* secondary bus latency timer */
};
+int pcib_attach(device_t dev);
void pcib_attach_common(device_t dev);
int pcib_read_ivar(device_t dev, device_t child, int which, uintptr_t *result);
int pcib_write_ivar(device_t dev, device_t child, int which, uintptr_t value);
OpenPOWER on IntegriCloud