Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
machdep.h File Reference
#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_blockmach_notifier
 
void(* cpu_lpmc )(int, struct pt_regs *)
 

Macro Definition Documentation

#define MACH_HALT   2

Definition at line 7 of file machdep.h.

#define MACH_POWER_OFF   4

Definition at line 9 of file machdep.h.

#define MACH_POWER_ON   3

Definition at line 8 of file machdep.h.

#define MACH_RESTART   1

Definition at line 6 of file machdep.h.

Function Documentation

void pa7300lc_init ( void  )

Definition at line 46 of file pa7300lc.c.

Variable Documentation

void(* cpu_lpmc)(int, struct pt_regs *)
default

Definition at line 354 of file traps.c.

struct notifier_block* mach_notifier