summaryrefslogtreecommitdiffstats
path: root/sys/pccard/driver.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-01-19 00:18:28 +0000
committerpeter <peter@FreeBSD.org>1999-01-19 00:18:28 +0000
commitbd6a0259a65d507cf609e02efffd49e60d03e20b (patch)
tree70197c8a581c98786578c50be61b82ae65c15a2e /sys/pccard/driver.h
parent0c42a357a5ea6e2a572ea150ba4c769968543cea (diff)
downloadFreeBSD-src-bd6a0259a65d507cf609e02efffd49e60d03e20b.zip
FreeBSD-src-bd6a0259a65d507cf609e02efffd49e60d03e20b.tar.gz
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).
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 5e3a693..bbb255e 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 */
OpenPOWER on IntegriCloud