Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/reboot.h>
#include <linux/export.h>
#include <linux/pm.h>
#include <asm/oplib.h>
#include <asm/prom.h>
#include <asm/setup.h>
Go to the source code of this file.
Functions | |
EXPORT_SYMBOL (pm_power_off) | |
void | machine_power_off (void) |
void | machine_halt (void) |
void | machine_restart (char *cmd) |
Variables | |
int | scons_pwroff = 1 |
void(* | pm_power_off )(void) = machine_power_off |
EXPORT_SYMBOL | ( | pm_power_off | ) |
void(* pm_power_off)(void) = machine_power_off |