From 17a4663e2dddbac36126a6fd7048634a4c95fa6e Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 27 Mar 2011 16:05:08 +0000 Subject: Move CPU related functions to cpus.h Move declarations of CPU related functions to cpus.h. Adjust the only user. Signed-off-by: Blue Swirl --- cpus.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpus.h') diff --git a/cpus.h b/cpus.h index e0211260c3..6fdeb0d8f2 100644 --- a/cpus.h +++ b/cpus.h @@ -8,6 +8,10 @@ void resume_all_vcpus(void); void pause_all_vcpus(void); void cpu_stop_current(void); +void cpu_synchronize_all_states(void); +void cpu_synchronize_all_post_reset(void); +void cpu_synchronize_all_post_init(void); + /* vl.c */ extern int smp_cores; extern int smp_threads; -- cgit v1.2.3