Linux Kernel
3.7.1
|
#include <linux/pm.h>
#include <linux/kexec.h>
#include <linux/kernel.h>
#include <linux/reboot.h>
#include <linux/module.h>
#include <asm/addrspace.h>
#include <asm/reboot.h>
#include <asm/tlbflush.h>
#include <asm/traps.h>
Go to the source code of this file.
Functions | |
EXPORT_SYMBOL (pm_power_off) | |
void | machine_power_off (void) |
void | machine_shutdown (void) |
void | machine_restart (char *cmd) |
void | machine_halt (void) |
Variables | |
void(* | pm_power_off )(void) |
struct machine_ops | machine_ops |
EXPORT_SYMBOL | ( | pm_power_off | ) |