ソースを参照

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

tags/v0.9.3
Michael Brown 19年前
コミット
122b025293
1個のファイルの変更3行の追加0行の削除
  1. 3
    0
      src/include/nic.h

+ 3
- 0
src/include/nic.h ファイルの表示

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

読み込み中…
キャンセル
保存