内核代码中系统调用都是:SYSCALL_DEFINEx 宏,x表示参数个数。
这个宏参考博客: http://blog.csdn.net/hxmhyp/article/details/22699669
# 和 ## 使用参考博客:
http://www.linuxidc.com/Linux/2014-06/102925.htm
经典的例子: