소스 검색

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

Loading…
취소
저장