mirror of
https://github.com/gatieme/LDD-LinuxDeviceDrivers.git
synced 2026-08-19 10:26:03 +08:00
28 lines
1.5 KiB
Markdown
28 lines
1.5 KiB
Markdown
Linux内核中使用的设计技巧
|
|
=======
|
|
|
|
| CSDN | GitHub |
|
|
|:----:|:------:|
|
|
| [Aderstep--紫夜阑珊-青伶巷草](http://blog.csdn.net/gatieme) | [`AderXCoding/system/tools`](https://github.com/gatieme/AderXCoding/tree/master/system/tools) |
|
|
|
|
|
|
<br>
|
|
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
|
|
本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>进行许可, 转载请注明出处
|
|
<br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
|
|
<br>
|
|
本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>进行许可
|
|
|
|
|
|
| 标题 | CSDN | Github |
|
|
|:----:|:----:|:-----:|
|
|
| Linux 内核代码风格--Kernel Coding Style(不断更新-20170616) | []() | [code_style](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/pattern/code_style) |
|
|
| BUILD_BUG_ON编译时断言 | NA | [build_bug_on](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/pattern/build_bug_on) |
|
|
| 待完成 | NA | [container_of](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/pattern/container_of) | |