diff options
| author | Michael Brown | 2005-04-12 21:11:13 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-12 21:11:13 +0200 |
| commit | d9f34bfdfc138351aee0f2ef384efe1b3eba6a23 (patch) | |
| tree | 9aced0ec4582245f754e74ad7c1bf22a9df69e27 /src/include | |
| parent | Remove debugging by default (diff) | |
| download | ipxe-d9f34bfdfc138351aee0f2ef384efe1b3eba6a23.tar.gz ipxe-d9f34bfdfc138351aee0f2ef384efe1b3eba6a23.tar.xz ipxe-d9f34bfdfc138351aee0f2ef384efe1b3eba6a23.zip | |
Add dummy_connect and dummy_irq
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/nic.h | 2 |
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 |
