Explorar el Código

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

tags/v0.9.3
Michael Brown hace 19 años
padre
commit
122b025293
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      src/include/nic.h

+ 3
- 0
src/include/nic.h Ver fichero

@@ -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…
Cancelar
Guardar