aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/shutdown.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-04 10:59:22 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-04 10:59:22 +0100
commite7c388db06f0e8d040b35a67fa1dc06ab937e939 (patch)
treedfdde5f5f6598f049d476639697f91aa62ba4c86 /xen/include/xen/shutdown.h
parent269d43f9a2526321ad71c8f5fc44d3bc14e97f2b (diff)
downloadxen-e7c388db06f0e8d040b35a67fa1dc06ab937e939.tar.gz
xen-e7c388db06f0e8d040b35a67fa1dc06ab937e939.tar.bz2
xen-e7c388db06f0e8d040b35a67fa1dc06ab937e939.zip
Delay 5 seconds on reboot *after* stopping all CPUs.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/xen/shutdown.h')
-rw-r--r--xen/include/xen/shutdown.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/shutdown.h b/xen/include/xen/shutdown.h
index 3f6d0af8db..f29cb7d247 100644
--- a/xen/include/xen/shutdown.h
+++ b/xen/include/xen/shutdown.h
@@ -6,7 +6,7 @@ extern int opt_noreboot;
void dom0_shutdown(u8 reason);
-void machine_restart(void);
+void machine_restart(unsigned int delay_millisecs);
void machine_halt(void);
void machine_power_off(void);