mpc834x_sys.h
来自「linux2.6.16版本」· C头文件 代码 · 共 24 行
H
24 行
/* * arch/powerppc/platforms/83xx/mpc834x_sys.h * * MPC834X SYS common board definitions * * Maintainer: Kumar Gala <galak@kernel.crashing.org> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * */#ifndef __MACH_MPC83XX_SYS_H__#define __MACH_MPC83XX_SYS_H__#define PIRQA MPC83xx_IRQ_EXT4#define PIRQB MPC83xx_IRQ_EXT5#define PIRQC MPC83xx_IRQ_EXT6#define PIRQD MPC83xx_IRQ_EXT7#endif /* __MACH_MPC83XX_SYS_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?