david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Include dev.h, since several drivers just include nic.h

This commit is contained in:
Michael Brown 2005-04-12 18:15:12 +00:00
parent 8fa0e38233
commit 122b025293
1 changed files with 3 additions and 0 deletions

View File

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