1 #ifndef _PARISC_MACHDEP_H
2 #define _PARISC_MACHDEP_H
4 #include <linux/notifier.h>
8 #define MACH_POWER_ON 3
9 #define MACH_POWER_OFF 4
11 extern struct notifier_block
*mach_notifier
;
12 extern void pa7300lc_init(void);
14 extern void (*cpu_lpmc
)(int, struct pt_regs
*);