summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/mca.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/mca.h b/src/include/mca.h
index 236c90021..3961375ab 100644
--- a/src/include/mca.h
+++ b/src/include/mca.h
@@ -9,7 +9,7 @@
#define MCA_H
#include "isa_ids.h"
-#include "dev.h"
+#include "nic.h"
#define MCA_BUS_TYPE 3
@@ -73,6 +73,12 @@ struct mca_driver {
}
/*
+ * Functions in mca.c
+ *
+ */
+extern void fill_mca_nic ( struct nic *nic, struct mca_device *mca );
+
+/*
* MCA bus global definition
*
*/