diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-01-13 17:07:19 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-01-13 10:20:50 -0600 |
commit | 49d4d9b63ebb0d487e80d3d85a75d8256d313df9 (patch) | |
tree | ff92e1fcc0967d13d361224fae952415e0b4f6cc /hw/mcf5206.c | |
parent | fbc15e27f760b45c74c9ed7de07d2a7dd13d2034 (diff) |
ptimer: move declarations to ptimer.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/mcf5206.c')
-rw-r--r-- | hw/mcf5206.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mcf5206.c b/hw/mcf5206.c index 7b6d501447..5110d833af 100644 --- a/hw/mcf5206.c +++ b/hw/mcf5206.c @@ -8,6 +8,7 @@ #include "hw.h" #include "mcf.h" #include "qemu-timer.h" +#include "ptimer.h" #include "sysemu.h" #include "exec-memory.h" |