码迷,mamicode.com
首页 > 系统相关 > 详细

linux开发缩写

时间:2016-03-02 11:12:59      阅读:198      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!