From d9f34bfdfc138351aee0f2ef384efe1b3eba6a23 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 12 Apr 2005 19:11:13 +0000 Subject: Add dummy_connect and dummy_irq --- src/include/nic.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') 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 -- cgit v1.2.3-55-g7522