]> Git Repo - qemu.git/blobdiff - hw/net/stellaris_enet.c
Include hw/irq.h a lot less
[qemu.git] / hw / net / stellaris_enet.c
index b3375ebb459cd28f35732fd9170f9e0c9f943d4a..756ac5600b54046f62b29b3fd5bde9db9d92b624 100644 (file)
@@ -6,10 +6,13 @@
  *
  * This code is licensed under the GPL.
  */
+
 #include "qemu/osdep.h"
+#include "hw/irq.h"
 #include "hw/sysbus.h"
 #include "net/net.h"
 #include "qemu/log.h"
+#include "qemu/module.h"
 #include <zlib.h>
 
 //#define DEBUG_STELLARIS_ENET 1
This page took 0.024528 seconds and 4 git commands to generate.