Linux内核中使用的设计技巧
=======
| CSDN | GitHub |
|:----:|:------:|
| [Aderstep--紫夜阑珊-青伶巷草](http://blog.csdn.net/gatieme) | [`AderXCoding/system/tools`](https://github.com/gatieme/AderXCoding/tree/master/system/tools) |
本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可, 转载请注明出处
本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可
| 标题 | 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) |