diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/qemu/timer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/qemu/timer.h b/include/qemu/timer.h index a9afdb3..da43cbe 100644 --- a/include/qemu/timer.h +++ b/include/qemu/timer.h @@ -11,6 +11,10 @@ #define SCALE_US 1000 #define SCALE_NS 1 +#define QEMU_CLOCK_REALTIME 0 +#define QEMU_CLOCK_VIRTUAL 1 +#define QEMU_CLOCK_HOST 2 + typedef struct QEMUClock QEMUClock; typedef void QEMUTimerCB(void *opaque); |