📄 sja1000_platform.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" }, { 0x818e30ec, "platform_driver_register" }, { 0xf10de535, "ioread8" }, { 0x727c4f3, "iowrite8" }, { 0xde75b689, "set_irq_type" }, { 0xb72397d5, "printk" }, { 0x5ab70adb, "dev_driver_string" }, { 0xf9dc1c2b, "register_sja1000dev" }, { 0x70147d5, "alloc_sja1000dev" }, { 0xe914d009, "ioremap_nocache" }, { 0x852abecf, "__request_region" }, { 0x9fabcf4c, "free_sja1000dev" }, { 0xedc03953, "iounmap" }, { 0xef79ac56, "__release_region" }, { 0x1f9cfe83, "iomem_resource" }, { 0xc953f147, "platform_get_resource" }, { 0x1fbd7e03, "unregister_sja1000dev" }, { 0x73d01f94, "platform_driver_unregister" }, { 0xb4390f9a, "mcount" },};static const char __module_depends[]__used__attribute__((section(".modinfo"))) ="depends=sja1000";MODULE_INFO(srcversion, "5F7210E25522F9FAD28137C");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -