diff options
Diffstat (limited to 'sys/dev/sn/if_sn_pccard.c')
-rw-r--r-- | sys/dev/sn/if_sn_pccard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c index c8c6256..24e4d42 100644 --- a/sys/dev/sn/if_sn_pccard.c +++ b/sys/dev/sn/if_sn_pccard.c @@ -61,6 +61,7 @@ static const struct pccard_product sn_pccard_products[] = { #endif { NULL } }; + static int sn_pccard_match(device_t dev) { |