summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-05-03 14:49:43 +0000
committerjhb <jhb@FreeBSD.org>2004-05-03 14:49:43 +0000
commit74720a7e3d63b5597281038fcbaf7e705e15ef9b (patch)
tree2d6826270a7f601833b732386e6ad21ef61cf9eb /sys/i386/include
parent51fc4136f901af4526c45babce09d5414922773d (diff)
downloadFreeBSD-src-74720a7e3d63b5597281038fcbaf7e705e15ef9b.zip
FreeBSD-src-74720a7e3d63b5597281038fcbaf7e705e15ef9b.tar.gz
Make the legacy_pcib_attach() function static.
Diffstat (limited to 'sys/i386/include')
-rw-r--r--sys/i386/include/legacyvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/include/legacyvar.h b/sys/i386/include/legacyvar.h
index 2fcb142..a3d28420 100644
--- a/sys/i386/include/legacyvar.h
+++ b/sys/i386/include/legacyvar.h
@@ -40,7 +40,6 @@ LEGACY_ACCESSOR(pcibus, PCIBUS, u_int32_t)
#undef LEGACY_ACCESSOR
-int legacy_pcib_attach(device_t dev);
int legacy_pcib_maxslots(device_t dev);
u_int32_t legacy_pcib_read_config(device_t dev, int bus, int slot, int func,
int reg, int bytes);
OpenPOWER on IntegriCloud