summaryrefslogtreecommitdiffstats
path: root/src/include/nic.h
diff options
context:
space:
mode:
authorMichael Brown2005-04-12 21:11:13 +0200
committerMichael Brown2005-04-12 21:11:13 +0200
commitd9f34bfdfc138351aee0f2ef384efe1b3eba6a23 (patch)
tree9aced0ec4582245f754e74ad7c1bf22a9df69e27 /src/include/nic.h
parentRemove debugging by default (diff)
downloadipxe-d9f34bfdfc138351aee0f2ef384efe1b3eba6a23.tar.gz
ipxe-d9f34bfdfc138351aee0f2ef384efe1b3eba6a23.tar.xz
ipxe-d9f34bfdfc138351aee0f2ef384efe1b3eba6a23.zip
Add dummy_connect and dummy_irq
Diffstat (limited to 'src/include/nic.h')
-rw-r--r--src/include/nic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/nic.h b/src/include/nic.h
index 4a53a8d6..ae7dd606 100644
--- a/src/include/nic.h
+++ b/src/include/nic.h
@@ -44,6 +44,8 @@ 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 );
/*
* Functions that implicitly operate on the current boot device