mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +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 );
|
nic->nic_op->disable ( nic );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* dev.h needs declarations from nic.h */
|
||||||
|
#include "dev.h"
|
||||||
|
|
||||||
#endif /* NIC_H */
|
#endif /* NIC_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user