标签:错误 char linux 信息 生成 返回 inux 要求 const
#include <linux/module.h>
caddr_t create_module(const char *name, size_t size);
create_module试图生成一条可加载模块的记录并保留用来容纳模块的内核空间内存.该系统调用只对超级用户开放.
成功时返回模块驻留的内核空间地址,错误时返回-1,errno被相应设置.
标签:错误 char linux 信息 生成 返回 inux 要求 const
原文地址:https://www.cnblogs.com/fanweisheng/p/11077548.html