📄 pci9054.mod.c
字号:
#include <linux/module.h>#include <linux/vermagic.h>#include <linux/compiler.h>MODULE_INFO(vermagic, VERMAGIC_STRING);#undef unixstruct module __this_module__attribute__((section(".gnu.linkonce.this_module"))) = { .name = __stringify(KBUILD_MODNAME), .init = init_module,#ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module,#endif};static const struct modversion_info ____versions[]__attribute_used____attribute__((section("__versions"))) = { { 0x9ebe240b, "struct_module" }, { 0x9941ccb8, "free_pages" }, { 0xc192d491, "unregister_chrdev" }, { 0x2d720012, "pci_unregister_driver" }, { 0xae909924, "register_chrdev" }, { 0xb53df399, "__pci_register_driver" }, { 0xfe042665, "mem_map" }, { 0x107d6ba3, "__get_free_pages" }, { 0x9eac042a, "__ioremap" }, { 0xee324e73, "pci_bus_read_config_byte" }, { 0x2a7b11d4, "finish_wait" }, { 0x7d1ed1f2, "prepare_to_wait" }, { 0x4292364c, "schedule" }, { 0xc8b57c27, "autoremove_wake_function" }, { 0xf20dabd8, "free_irq" }, { 0x26e96637, "request_irq" }, { 0x1bc4b629, "pci_disable_device" }, { 0xfb1d98f3, "pci_enable_device" }, { 0xed5c73bf, "__tasklet_schedule" }, { 0x1b7d4074, "printk" }, { 0xc281c899, "__wake_up" },};static const char __module_depends[]__attribute_used____attribute__((section(".modinfo"))) ="depends=";MODULE_ALIAS("pci:v000010B5d00009054sv*sd*bc*sc*i*");MODULE_INFO(srcversion, "502AAF9153BEE9659AF6E0F");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -