diff options
| author | Michael Brown | 2005-04-12 20:15:12 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-12 20:15:12 +0200 |
| commit | 122b025293751b241cbde728e41729a0d2616682 (patch) | |
| tree | ef59db090428c661dcc03de5447ee2303a20dca2 /src | |
| parent | Fixed up PCI-scanning code to use new PCI interface. (diff) | |
| download | ipxe-122b025293751b241cbde728e41729a0d2616682.tar.gz ipxe-122b025293751b241cbde728e41729a0d2616682.tar.xz ipxe-122b025293751b241cbde728e41729a0d2616682.zip | |
Include dev.h, since several drivers just include nic.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/include/nic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/nic.h b/src/include/nic.h index 7e74aef92..b3f267348 100644 --- a/src/include/nic.h +++ b/src/include/nic.h @@ -79,4 +79,7 @@ static inline void eth_disable ( void ) { nic->nic_op->disable ( nic ); } +/* dev.h needs declarations from nic.h */ +#include "dev.h" + #endif /* NIC_H */ |
