From f16ac2d87e07e4501adca963b01835ec15514f9a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 13 Apr 2005 01:28:43 +0000 Subject: Fix type of dummy_irq() --- src/include/nic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/nic.h b/src/include/nic.h index 439e5a90b..02fcafc1b 100644 --- a/src/include/nic.h +++ b/src/include/nic.h @@ -52,7 +52,7 @@ struct nic_operations { struct dev; extern struct nic * nic_device ( struct dev * dev ); extern int dummy_connect ( struct nic *nic ); -extern int dummy_irq ( struct nic *nic ); +extern void dummy_irq ( struct nic *nic, irq_action_t irq_action ); /* * Functions that implicitly operate on the current boot device -- cgit v1.2.3-55-g7522