summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard_nbk.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-09-28 07:22:30 +0000
committerimp <imp@FreeBSD.org>2000-09-28 07:22:30 +0000
commite0110bc62acbda910da7d522e182f7ff828e27af (patch)
tree4479d11c9e9cc4b9d29f8097a0e703a520cf70cc /sys/pccard/pccard_nbk.c
parent6605e8805b82f3969951388debe3ecc0b55d1436 (diff)
downloadFreeBSD-src-e0110bc62acbda910da7d522e182f7ff828e27af.zip
FreeBSD-src-e0110bc62acbda910da7d522e182f7ff828e27af.tar.gz
Add pccard_product_lookup comatibility shim
Diffstat (limited to 'sys/pccard/pccard_nbk.c')
-rw-r--r--sys/pccard/pccard_nbk.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/pccard/pccard_nbk.c b/sys/pccard/pccard_nbk.c
index 821a88a..2d951f0 100644
--- a/sys/pccard/pccard_nbk.c
+++ b/sys/pccard/pccard_nbk.c
@@ -340,6 +340,13 @@ pccard_deactivate_function(device_t bus, device_t child)
return (0);
}
+const struct pccard_product *
+pccard_product_lookup(device_t dev, const struct pccard_product *tab,
+ size_t ent_size, pccard_product_match_fn matchfn)
+{
+ return NULL;
+}
+
static device_method_t pccard_methods[] = {
/* Device interface */
DEVMETHOD(device_probe, pccard_probe),
OpenPOWER on IntegriCloud