diff options
Diffstat (limited to 'qemu_timers.h')
-rw-r--r-- | qemu_timers.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qemu_timers.h b/qemu_timers.h new file mode 100644 index 0000000..9642301 --- /dev/null +++ b/qemu_timers.h @@ -0,0 +1,7 @@ +#ifndef _QEMU_TIMERS_H +#define _QEMU_TIMERS_H + +#include "qemu_file.h" +#include "qemu-timer.h" + +#endif /* _QEMU_TIMERS_H */ |