summaryrefslogtreecommitdiffstats
path: root/src/core/nic.c
diff options
context:
space:
mode:
authorMichael Brown2005-04-13 04:05:43 +0200
committerMichael Brown2005-04-13 04:05:43 +0200
commite27ebad4b2d76fc33150d66ec18ca654c24b1d20 (patch)
tree499a66fb18cabc52c4fa7e4488b833361a8de00b /src/core/nic.c
parentFinished by hand (diff)
downloadipxe-e27ebad4b2d76fc33150d66ec18ca654c24b1d20.tar.gz
ipxe-e27ebad4b2d76fc33150d66ec18ca654c24b1d20.tar.xz
ipxe-e27ebad4b2d76fc33150d66ec18ca654c24b1d20.zip
Whoops
Diffstat (limited to 'src/core/nic.c')
-rw-r--r--src/core/nic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nic.c b/src/core/nic.c
index dd02060f..5b52bea1 100644
--- a/src/core/nic.c
+++ b/src/core/nic.c
@@ -380,8 +380,8 @@ int dummy_connect ( struct nic *nic __unused ) {
return 1;
}
-int dummy_irq ( struct nic *nic __unused, irq_action_t irq_action __unused ) {
- return 1;
+void dummy_irq ( struct nic *nic __unused, irq_action_t irq_action __unused ) {
+ return;
}
/**************************************************************************