mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add pccard_product_lookup comatibility shim
This commit is contained in:
parent
cd63d8618f
commit
fa024f017e
1 changed files with 7 additions and 0 deletions
|
|
@ -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 a new issue