summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard_nbk.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-10-15 03:10:13 +0000
committerimp <imp@FreeBSD.org>1999-10-15 03:10:13 +0000
commit1be659671f9c8884733a59d933c65a1e4ad4b29d (patch)
treee8da801b86cd79e501dbbf9ff54aaa7576043a4e /sys/pccard/pccard_nbk.h
parent994d54d44fa7693d2e1e586c69bce38c9d8f9f42 (diff)
downloadFreeBSD-src-1be659671f9c8884733a59d933c65a1e4ad4b29d.zip
FreeBSD-src-1be659671f9c8884733a59d933c65a1e4ad4b29d.tar.gz
Make it easier to have completely new bus attachment points for pccard
devices. There may still be problems with said drivers, if so please let me know. o Move attach-like functionality to the nbk attach compatibility code. o Smarter probe code: for the compatibility code probe succeeds if strcmp succeeds, for noncompatibility you can do anything you like. o Get rid of some compiler warnings introduced in last commit.
Diffstat (limited to 'sys/pccard/pccard_nbk.h')
-rw-r--r--sys/pccard/pccard_nbk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pccard/pccard_nbk.h b/sys/pccard/pccard_nbk.h
index ef6397e..971191e 100644
--- a/sys/pccard/pccard_nbk.h
+++ b/sys/pccard/pccard_nbk.h
@@ -35,4 +35,7 @@ extern int pccnbk_alloc_resources(device_t);
extern void pccnbk_release_resources(device_t);
extern void pccnbk_wrap_old_driver(struct pccard_device *);
+/* kludges */
+extern void pccard_remove_device(struct pccard_devinfo *);
+
#endif /* ! PCCARD_PCCARD_NBK_H */
OpenPOWER on IntegriCloud