Catch up with USB changes, device_ptr_t was removed, we need device_t here.

This commit is contained in:
Tom Rhodes 2006-09-07 05:34:04 +00:00
parent 448ddd747f
commit 2ae23ece2d

View File

@ -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 *);