📄 dw4002.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};static const struct modversion_info ____versions[]__attribute_used____attribute__((section("__versions"))) = { { 0xdf14a1d6, "struct_module" }, { 0xb980031e, "pci_unregister_driver" }, { 0xe72353a8, "__pci_register_driver" }, { 0xa3aa6b5, "__netdev_watchdog_up" }, { 0xd8c152cd, "raise_softirq_irqoff" }, { 0x7ecb001b, "__per_cpu_offset" }, { 0x4c2bdc00, "per_cpu__softnet_data" }, { 0x45c077f2, "_spin_lock_irq" }, { 0xe523ad75, "synchronize_irq" }, { 0xa20fdde, "_spin_unlock_irqrestore" }, { 0x87cddf59, "_spin_lock_irqsave" }, { 0x5152e605, "memcmp" }, { 0x7d11c268, "jiffies" }, { 0x541176d0, "netif_rx" }, { 0x8fdd6a41, "eth_type_trans" }, { 0x156c7edb, "skb_over_panic" }, { 0xb44f7460, "__alloc_skb" }, { 0x8235805b, "memmove" }, { 0xff2f29d1, "__kfree_skb" }, { 0xfcec0987, "enable_irq" }, { 0x3ce4ca6f, "disable_irq" }, { 0xed5c73bf, "__tasklet_schedule" }, { 0x3d9f9fcd, "dma_free_coherent" }, { 0xf20dabd8, "free_irq" }, { 0x14c55205, "dma_alloc_coherent" }, { 0x26e96637, "request_irq" }, { 0x8dec3912, "unregister_netdev" }, { 0x6f06431b, "register_netdev" }, { 0x67de2ea8, "pci_set_master" }, { 0x92f70fed, "pci_request_regions" }, { 0x8067b5c3, "alloc_etherdev" }, { 0x52a999d1, "pci_enable_device" }, { 0xa739725c, "pci_bus_read_config_word" }, { 0x4a35cfab, "pci_bus_read_config_byte" }, { 0x37a0cba, "kfree" }, { 0x940d7e9, "pci_release_regions" }, { 0xeae3dfd6, "__const_udelay" }, { 0x6b2dc060, "dump_stack" }, { 0x1b7d4074, "printk" }, { 0xe1b7029c, "print_tainted" }, { 0x79aa04a2, "get_random_bytes" }, { 0x79ad224b, "tasklet_kill" },};static const char __module_depends[]__attribute_used____attribute__((section(".modinfo"))) ="depends=";MODULE_ALIAS("pci:v0000109Fd0000036Fsv00000001sd00002002bc*sc*i*");MODULE_ALIAS("pci:v0000109Fd0000036Fsv00000000sd00004002bc*sc*i*");MODULE_ALIAS("pci:v0000109Fd0000036Fsv00000001sd00004002bc*sc*i*");MODULE_INFO(srcversion, "1757343AB24632AECC6F753");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -