mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
Include dev.h, since several drivers just include nic.h
This commit is contained in:
parent
8fa0e38233
commit
122b025293
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user