aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard/driver.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-01-19 00:18:28 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-01-19 00:18:28 +0000
commit9b3df7693a0bdc488d2c5b76cbf7e16d1ea81af8 (patch)
treef364178f1df3293b80a7867b9ceec9c5bfdca06d /sys/pccard/driver.h
parent6d2a8f1ca04bc1f3aec89cbb291b2faf241876d2 (diff)
downloadsrc-9b3df7693a0bdc488d2c5b76cbf7e16d1ea81af8.tar.gz
src-9b3df7693a0bdc488d2c5b76cbf7e16d1ea81af8.zip
Initial update pccard code for KLD module support. Module support
however is only marginally useful until the new-style bus (pci and isa) stuff comes onboard to give us a better shot at actually pci and isa drivers loadable (or preloadable anyway).
Notes
Notes: svn path=/head/; revision=42819
Diffstat (limited to 'sys/pccard/driver.h')
-rw-r--r--sys/pccard/driver.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/pccard/driver.h b/sys/pccard/driver.h
index 5e3a6937217f..bbb255eeac17 100644
--- a/sys/pccard/driver.h
+++ b/sys/pccard/driver.h
@@ -7,16 +7,13 @@
#ifndef _PCCARD_DRIVER_H_
#define _PCCARD_DRIVER_H_
-struct lkm_table;
struct pccard_device;
-extern struct linker_set pccarddrv_set;
void pccard_add_driver __P((struct pccard_device *));
#ifdef _I386_ISA_ISA_DEVICE_H_ /* XXX actually if inthand2_t is declared */
int pccard_alloc_intr __P((u_int imask, inthand2_t *hand, int unit,
u_int *maskp, u_int *pcic_imask));
#endif
-void pccard_configure __P((void));
void pccard_remove_driver __P((struct pccard_device *));
int pcic_probe __P((void)); /* XXX should be linker set */