From 3e8c2aa78b94bdea867414d81b60c6196a8726c7 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 22 Apr 2005 02:47:39 +0000 Subject: Fix up fill_mca_nic. --- src/include/mca.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/include') 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 @@ -72,6 +72,12 @@ struct mca_driver { .id_count = sizeof ( _ids ) / sizeof ( _ids[0] ), \ } +/* + * Functions in mca.c + * + */ +extern void fill_mca_nic ( struct nic *nic, struct mca_device *mca ); + /* * MCA bus global definition * -- cgit v1.2.3-55-g7522