mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Catch up with USB changes, device_ptr_t was removed, we need device_t here.
This commit is contained in:
parent
448ddd747f
commit
2ae23ece2d
1 changed files with 3 additions and 3 deletions
|
|
@ -69,9 +69,9 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
MODULE_DEPEND(ndis, usb, 1, 1, 1);
|
||||
|
||||
Static int ndisusb_match (device_ptr_t);
|
||||
Static int ndisusb_attach (device_ptr_t);
|
||||
Static struct resource_list *ndis_get_resource_list
|
||||
static int ndisusb_match (device_t);
|
||||
static int ndisusb_attach (device_t);
|
||||
static struct resource_list *ndis_get_resource_list
|
||||
(device_t, device_t);
|
||||
|
||||
extern int ndisdrv_modevent (module_t, int, void *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue