Linux Kernel
3.7.1
|
#include <linux/notifier.h>
Go to the source code of this file.
Macros | |
#define | MACH_RESTART 1 |
#define | MACH_HALT 2 |
#define | MACH_POWER_ON 3 |
#define | MACH_POWER_OFF 4 |
Functions | |
void | pa7300lc_init (void) |
Variables | |
struct notifier_block * | mach_notifier |
void(* | cpu_lpmc )(int, struct pt_regs *) |
Definition at line 46 of file pa7300lc.c.
struct notifier_block* mach_notifier |