ppc8260_pic.h

来自「是关于linux2.5.1的完全源码」· C头文件 代码 · 共 18 行

H
18
字号
/* * 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 + =
减小字号Ctrl + -
显示快捷键?