Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/pm.h>
#include <linux/types.h>
#include <linux/reboot.h>
#include <asm/reboot.h>
Go to the source code of this file.
Functions | |
EXPORT_SYMBOL (pm_power_off) | |
void | machine_restart (char *command) |
void | machine_halt (void) |
void | machine_power_off (void) |
Variables | |
void(* | _machine_restart )(char *command) |
void(* | _machine_halt )(void) |
void(* | pm_power_off )(void) |
EXPORT_SYMBOL | ( | pm_power_off | ) |