aboutsummaryrefslogtreecommitdiff
path: root/src/include/nic.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2005-04-12 19:11:13 +0000
committerMichael Brown <mcb30@etherboot.org>2005-04-12 19:11:13 +0000
commitd9f34bfdfc138351aee0f2ef384efe1b3eba6a23 (patch)
tree9aced0ec4582245f754e74ad7c1bf22a9df69e27 /src/include/nic.h
parent81320fae4b04e51c0cb43dc56e4a42acbfe7e858 (diff)
downloadipxe-d9f34bfdfc138351aee0f2ef384efe1b3eba6a23.zip
ipxe-d9f34bfdfc138351aee0f2ef384efe1b3eba6a23.tar.gz
ipxe-d9f34bfdfc138351aee0f2ef384efe1b3eba6a23.tar.bz2
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 4a53a8d..ae7dd60 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