Add pccard_product_lookup comatibility shim
This commit is contained in:
parent
cd63d8618f
commit
fa024f017e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66423
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user