mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include necessary declarations
This commit is contained in:
parent
9273a2b597
commit
4a17d9141c
1 changed files with 3 additions and 0 deletions
|
|
@ -89,6 +89,9 @@ static int
|
|||
ex_pccard_match(device_t dev)
|
||||
{
|
||||
const struct pccard_product *pp;
|
||||
int error;
|
||||
uint32_t fcn = PCCARD_FUNCTION_UNSPEC;
|
||||
|
||||
/* Make sure we're a network function */
|
||||
error = pccard_get_function(dev, &fcn);
|
||||
if (error != 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue