machdep.h
来自「this SRC packet is the headfiles that MI」· C头文件 代码 · 共 17 行
H
17 行
#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 4extern struct notifier_block *mach_notifier;extern void pa7300lc_init(void);extern void (*cpu_lpmc)(int, struct pt_regs *);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?