From 334ab475d2f27dbf6fbf836c2d4fb86dbb02a15c Mon Sep 17 00:00:00 2001 From: Jun Nakajima Date: Wed, 2 Feb 2011 23:49:59 -0800 Subject: x86: Add x86 support. Rebase the change (20906/1) due to a minor conflict. Change-Id: Ic73cca0fc6c6e5cf74f63daa6080d00aa7c392bb Signed-off-by: Xiaohui Xin Signed-off-by: Yunhong Jiang Signed-off-by: Jun Nakajima --- hw/isa.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/isa.h') diff --git a/hw/isa.h b/hw/isa.h index 09b32a1..2f527c0 100644 --- a/hw/isa.h +++ b/hw/isa.h @@ -6,6 +6,8 @@ #include "ioport.h" #include "qdev.h" +extern target_phys_addr_t isa_mem_base; + void isa_mmio_init(target_phys_addr_t base, target_phys_addr_t size); /* dma.c */ -- cgit v1.1