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

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