diff options
author | Edgar E. Iglesias | 2011-08-09 13:24:04 +0200 |
---|---|---|
committer | Edgar E. Iglesias | 2011-08-11 11:12:16 +0200 |
commit | d949396e5303f4f916ec3733eee0ab365f500dc8 (patch) | |
tree | 44b61f4c755a21fc6401090daa844f83791275ca /hw/cris_pic_cpu.c | |
parent | Merge remote-tracking branch 'pm-arm/for-upstream' into pm (diff) | |
download | qemu-d949396e5303f4f916ec3733eee0ab365f500dc8.tar.gz qemu-d949396e5303f4f916ec3733eee0ab365f500dc8.tar.xz qemu-d949396e5303f4f916ec3733eee0ab365f500dc8.zip |
etrax: QDevify the Ethernet MAC.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'hw/cris_pic_cpu.c')
-rw-r--r-- | hw/cris_pic_cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/cris_pic_cpu.c b/hw/cris_pic_cpu.c index a92d445f29..7f1e4ab855 100644 --- a/hw/cris_pic_cpu.c +++ b/hw/cris_pic_cpu.c @@ -22,6 +22,7 @@ * THE SOFTWARE. */ +#include "sysbus.h" #include "hw.h" #include "pc.h" #include "etraxfs.h" |