machdep.h 310 B

12345678910111213141516
  1. #ifndef _PARISC_MACHDEP_H
  2. #define _PARISC_MACHDEP_H
  3. #include <linux/notifier.h>
  4. #define MACH_RESTART 1
  5. #define MACH_HALT 2
  6. #define MACH_POWER_ON 3
  7. #define MACH_POWER_OFF 4
  8. extern struct notifier_block *mach_notifier;
  9. extern void pa7300lc_init(void);
  10. extern void (*cpu_lpmc)(int, struct pt_regs *);
  11. #endif