📄 pipcan.mod.c
字号:
#include <linux/module.h>#include <linux/vermagic.h>#include <linux/compiler.h>MODULE_INFO(vermagic, VERMAGIC_STRING);struct module __this_module__attribute__((section(".gnu.linkonce.this_module"))) = { .name = KBUILD_MODNAME, .init = init_module,#ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module,#endif .arch = MODULE_ARCH_INIT,};static const struct modversion_info ____versions[]__used__attribute__((section("__versions"))) = { { 0x27bfd921, "struct_module" }, { 0x5ab70adb, "dev_driver_string" }, { 0xf9dc1c2b, "register_sja1000dev" }, { 0x70147d5, "alloc_sja1000dev" }, { 0x852abecf, "__request_region" }, { 0xfb6e0678, "platform_get_irq" }, { 0xb4003cb8, "platform_driver_probe" }, { 0xb72397d5, "printk" }, { 0x60e9ccff, "platform_device_register_simple" }, { 0xef79ac56, "__release_region" }, { 0xb407b205, "ioport_resource" }, { 0x9fabcf4c, "free_sja1000dev" }, { 0xc953f147, "platform_get_resource" }, { 0x1fbd7e03, "unregister_sja1000dev" }, { 0xc493e76c, "platform_device_unregister" }, { 0x73d01f94, "platform_driver_unregister" }, { 0xb4390f9a, "mcount" },};static const char __module_depends[]__used__attribute__((section(".modinfo"))) ="depends=sja1000";MODULE_INFO(srcversion, "A6CBA78D4E34F36D3127569");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -