📄 ppc8260_pic.h
字号:
/* * BK Id: %F% %I% %G% %U% %#% */#ifndef _PPC_KERNEL_PPC8260_H#define _PPC_KERNEL_PPC8260_H#include <linux/irq.h>extern struct hw_interrupt_type ppc8260_pic;void m8260_pic_init(void);void m8260_do_IRQ(struct pt_regs *regs, int cpu);int m8260_get_irq(struct pt_regs *regs);#endif /* _PPC_KERNEL_PPC8260_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -