Revision b11c0223f6f7fb35bc8b8a180b586bf4dbcb3c9f authored by Jason Self on 12 June 2009, 03:05:18 UTC, committed by Jason Self on 12 June 2009, 03:05:18 UTC
0 parent
Raw File
machdep.h
#ifndef _PARISC_MACHDEP_H
#define _PARISC_MACHDEP_H

#include <linux/notifier.h>

#define	MACH_RESTART	1
#define	MACH_HALT	2
#define MACH_POWER_ON	3
#define	MACH_POWER_OFF	4

extern struct notifier_block *mach_notifier;
extern void pa7300lc_init(void);

extern void (*cpu_lpmc)(int, struct pt_regs *);

#endif
back to top