mpc83xx.h
来自「linux2.6.16版本」· C头文件 代码 · 共 15 行
H
15 行
#ifndef __MPC83XX_H__#define __MPC83XX_H__#include <linux/init.h>#include <linux/device.h>/* * Declaration for the various functions exported by the * mpc83xx_* files. Mostly for use by mpc83xx_setup */extern int add_bridge(struct device_node *dev);#endif /* __MPC83XX_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?