aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/shutdown.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-10 16:51:20 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-10 16:51:20 +0100
commit354aabe18a23a04e0d49fae9771dc6169399008b (patch)
tree70e3764ec44b80c0bd7a774dbfb781d43da6fca1 /xen/include/xen/shutdown.h
parent840348501b10e4ccc1f266349c32faadd7e5b945 (diff)
downloadxen-354aabe18a23a04e0d49fae9771dc6169399008b.tar.gz
xen-354aabe18a23a04e0d49fae9771dc6169399008b.tar.bz2
xen-354aabe18a23a04e0d49fae9771dc6169399008b.zip
Change prototype of machine_restart to void machine_restart(void).
Signed-off-by: Keir Fraser <keir@xensource.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 cfe20002d8..3f6d0af8db 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(char *cmd);
+void machine_restart(void);
void machine_halt(void);
void machine_power_off(void);