summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-16 00:11:11 +0000
committerbde <bde@FreeBSD.org>1995-12-16 00:11:11 +0000
commit9f28e856714a08750a06cfe61671072870df468d (patch)
tree36460289cd0684882d1ca09092d8ba553cdd749a /sys/pccard/pccard.c
parent1e4a69fd03c183485b5597cc9c970265ab56fcad (diff)
downloadFreeBSD-src-9f28e856714a08750a06cfe61671072870df468d.zip
FreeBSD-src-9f28e856714a08750a06cfe61671072870df468d.tar.gz
Completed function declarations and/or added prototypes and/or added
#includes to get prototypes.
Diffstat (limited to 'sys/pccard/pccard.c')
-rw-r--r--sys/pccard/pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index 6a4c1a1..87745e4 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -52,6 +52,7 @@
#include <i386/isa/icu.h>
#include <pccard/card.h>
+#include <pccard/driver.h>
#include <pccard/slot.h>
@@ -130,7 +131,6 @@ pccard_configure()
#include "pcic.h"
#if NPCIC > 0
{
- extern void pcic_probe(); /* XXX Should be linker set */
pcic_probe();
}
#endif
OpenPOWER on IntegriCloud