Use driver_intr_t instead of the now defunct inthand2_t.

This commit is contained in:
jhb 2000-09-15 19:09:15 +00:00
parent d98e9631e3
commit 3bfd6f0c52

View File

@ -145,7 +145,7 @@ static struct fe_filter const fe_filter_all = { FE_FILTER_ALL };
/* Standard driver entry points. These can be static. */
static void fe_init (void *);
static inthand2_t fe_intr;
static driver_intr_t fe_intr;
static int fe_ioctl (struct ifnet *, u_long, caddr_t);
static void fe_start (struct ifnet *);
static void fe_watchdog (struct ifnet *);