aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-os-posix.h
diff options
context:
space:
mode:
authorJes Sorensen <Jes.Sorensen@redhat.com>2010-06-10 11:42:22 +0200
committerBlue Swirl <blauwirbel@gmail.com>2010-06-12 08:49:14 +0300
commit8d963e6ae700b2a46dd3a2bde5d1e5f925702f47 (patch)
treee90c19d6fea1e95440bae1f8d06dfb4118fd5a4e /qemu-os-posix.h
parentfe98ac146109e307d7e19486dcfebbc89259d34d (diff)
Move main signal handler setup to os specificfiles.
Move main signal handler setup to os specific files. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Acked-by: Juan Quintela <quintela@redhat.com> Acked-by: Richard Henderson <rth@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'qemu-os-posix.h')
-rw-r--r--qemu-os-posix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-os-posix.h b/qemu-os-posix.h
index 96d1036b4..ff5adb1b2 100644
--- a/qemu-os-posix.h
+++ b/qemu-os-posix.h
@@ -30,4 +30,6 @@ static inline void os_host_main_loop_wait(int *timeout)
{
}
+void os_setup_signal_handling(void);
+
#endif