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/sh_timer.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/sh_timer.c')
-rw-r--r-- | hw/sh_timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/sh_timer.c b/hw/sh_timer.c index d2c0cec835..64bf604ba4 100644 --- a/hw/sh_timer.c +++ b/hw/sh_timer.c @@ -12,6 +12,7 @@ #include "sh.h" #include "qemu-timer.h" #include "exec-memory.h" +#include "ptimer.h" //#define DEBUG_TIMER |