Add linux-next specific files for 20110831
[linux-2.6/next.git] / tools / kvm / tests / boot / init.c
blob094f8ba3731720bb5bb0640b07c799c92d951b21
1 #include <linux/reboot.h>
2 #include <unistd.h>
4 int main(int argc, char *argv[])
6 puts("hello, KVM guest!\r");
8 reboot(LINUX_REBOOT_CMD_RESTART);
10 return 0;