Linux Kernel
3.7.1
|
#include <linux/stddef.h>
#include <linux/reboot.h>
#include <linux/smp.h>
#include <linux/pm.h>
#include <asm/page.h>
#include <asm/setup.h>
#include <hv/hypervisor.h>
Go to the source code of this file.
Macros | |
#define | smp_send_stop() |
Functions | |
void | machine_halt (void) |
void | machine_power_off (void) |
void | machine_restart (char *cmd) |
Variables | |
void(* | pm_power_off )(void) = NULL |