summaryrefslogtreecommitdiffstats
path: root/hw/hpet_emul.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-10-08 00:00:00 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-12 09:42:31 -0500
commitce88f890bdbb4e38a047d9e5d096233163452651 (patch)
tree2d3df28f6cb23efeb3e300e27b7f3a437060c7a3 /hw/hpet_emul.h
parenta3a766e7b3878e598dee5e4d426c067d5db051d3 (diff)
downloadhqemu-ce88f890bdbb4e38a047d9e5d096233163452651.zip
hqemu-ce88f890bdbb4e38a047d9e5d096233163452651.tar.gz
TARGET_I386 is always defined if TARGET_X86_64 is defined
Patchworks-ID: 35378 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/hpet_emul.h')
-rw-r--r--hw/hpet_emul.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/hpet_emul.h b/hw/hpet_emul.h
index 3258d8b..cfd95b4 100644
--- a/hw/hpet_emul.h
+++ b/hw/hpet_emul.h
@@ -74,7 +74,7 @@ typedef struct HPETState {
uint64_t hpet_counter; /* main counter */
} HPETState;
-#if defined TARGET_I386 || defined TARGET_X86_64
+#if defined TARGET_I386
extern uint32_t hpet_in_legacy_mode(void);
extern void hpet_init(qemu_irq *irq);
#endif
OpenPOWER on IntegriCloud