mpc85xx.h
来自「LINUX 2.6.17.4的源码」· C头文件 代码 · 共 19 行
H
19 行
/* * arch/ppc/platforms/85xx/mpc85xx.h * * MPC85xx soc definitions/function decls * * Maintainer: Kumar Gala <kumar.gala@freescale.com> * * Copyright 2005 Freescale Semiconductor Inc. * * 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. * */extern void mpc85xx_restart(char *);extern int add_bridge(struct device_node *dev);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?