summaryrefslogtreecommitdiffstats
path: root/src/include/nic.h
diff options
context:
space:
mode:
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 4a53a8d63..ae7dd606d 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