diff options
Diffstat (limited to 'cpus.h')
-rw-r--r-- | cpus.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ void cpu_synchronize_all_states(void); void cpu_synchronize_all_post_reset(void); void cpu_synchronize_all_post_init(void); +void qtest_clock_warp(int64_t dest); + /* vl.c */ extern int smp_cores; extern int smp_threads; |