Browse Source

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

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
122b025293
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/include/nic.h

+ 3
- 0
src/include/nic.h View File

@@ -79,4 +79,7 @@ static inline void eth_disable ( void ) {
79 79
 	nic->nic_op->disable ( nic );
80 80
 }
81 81
 
82
+/* dev.h needs declarations from nic.h */
83
+#include "dev.h"
84
+
82 85
 #endif	/* NIC_H */

Loading…
Cancel
Save