summaryrefslogtreecommitdiffstats
path: root/src/include/nic.h
diff options
context:
space:
mode:
authorMichael Brown2005-04-13 03:28:43 +0200
committerMichael Brown2005-04-13 03:28:43 +0200
commitf16ac2d87e07e4501adca963b01835ec15514f9a (patch)
tree03830011d60b83d19386b3a41cc328803ec82201 /src/include/nic.h
parentFinished by hand (diff)
downloadipxe-f16ac2d87e07e4501adca963b01835ec15514f9a.tar.gz
ipxe-f16ac2d87e07e4501adca963b01835ec15514f9a.tar.xz
ipxe-f16ac2d87e07e4501adca963b01835ec15514f9a.zip
Fix type of dummy_irq()
Diffstat (limited to 'src/include/nic.h')
-rw-r--r--src/include/nic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nic.h b/src/include/nic.h
index 439e5a90..02fcafc1 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