Add dummy_connect and dummy_irq

This commit is contained in:
Michael Brown
2005-04-12 19:11:13 +00:00
parent 81320fae4b
commit d9f34bfdfc
2 changed files with 18 additions and 4 deletions

View File

@@ -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