machdep.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  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