diff options
author | Michael Brown <mcb30@etherboot.org> | 2005-04-12 18:15:12 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2005-04-12 18:15:12 +0000 |
commit | 122b025293751b241cbde728e41729a0d2616682 (patch) | |
tree | ef59db090428c661dcc03de5447ee2303a20dca2 /src/include/nic.h | |
parent | 8fa0e38233db5437bcc7b22ec6dea98c1173dc20 (diff) | |
download | ipxe-122b025293751b241cbde728e41729a0d2616682.tar.gz |
Include dev.h, since several drivers just include nic.h
Diffstat (limited to 'src/include/nic.h')
-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 */ |