EXPORT_SYMBOL 用法
在module 1中有函数fun_1 想在module2中引用,需要
1.在module1中fun_1 的定义后加EXPORT_SYMBOL(fun_1)
2.在module2中引用fun_1 前添加extern fun_1(void a)
posted on 2013-01-29 18:06 tianwang005 阅读(194) 评论(0) 编辑 收藏 举报
在module 1中有函数fun_1 想在module2中引用,需要
1.在module1中fun_1 的定义后加EXPORT_SYMBOL(fun_1)
2.在module2中引用fun_1 前添加extern fun_1(void a)
posted on 2013-01-29 18:06 tianwang005 阅读(194) 评论(0) 编辑 收藏 举报