1 Star 0 Fork 0

繁花云/rtl8189fs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
8189fs.mod.c 623 Bytes
一键复制 编辑 原始数据 按行查看 历史
繁花云 提交于 2024-03-10 20:45 +08:00 . Initial commit
#include <linux/module.h>
#include <linux/build-salt.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
BUILD_SALT;
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__section(.gnu.linkonce.this_module) = {
.name = KBUILD_MODNAME,
.init = init_module,
#ifdef CONFIG_MODULE_UNLOAD
.exit = cleanup_module,
#endif
.arch = MODULE_ARCH_INIT,
};
MODULE_INFO(intree, "Y");
#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif
MODULE_INFO(depends, "");
MODULE_ALIAS("sdio:c*v024CdF179*");
MODULE_INFO(srcversion, "DAF606AD81EF35539565CA4");
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fhcloud/rtl8189fs.git
git@gitee.com:fhcloud/rtl8189fs.git
fhcloud
rtl8189fs
rtl8189fs
master

搜索帮助