首页 > 系统服务 > 详细

linux开发缩写

时间:2016-03-02 11:12:53      阅读:244      评论:0      收藏:0      [点我收藏+]

1.CONFIG_OF

在一些驱动中经常看到#ifdef CONFIG_OF,这里的OF是Open Firmware。

Open Firmware. This was invented long time ago when Apple was producing laptops based on PowerPC CPUs. Openfirmware provides a good description of the devices connected to the platform. In Linux kernel the part that works with device data is called Device Tree (DT). More details in the Usage model.

详细参考kernel\Documentation\devicetree\usage-model.txt

linux开发缩写

原文:http://blog.csdn.net/loongembedded/article/details/50777345

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!