mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
Include dev.h, since several drivers just include nic.h
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user