Subversion Repositories f9daq

Rev

Rev 44 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#include <linux/module.h>
#define INCLUDE_VERMAGIC
#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,
};

#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif

static const struct modversion_info ____versions[]
__used __section("__versions") = {
        { 0x19fdd0c3, "module_layout" },
        { 0x6bc3fbc0, "__unregister_chrdev" },
        { 0x85bd1608, "__request_region" },
        { 0x5f3af44c, "kmalloc_caches" },
        { 0x6049f091, "pci_write_config_dword" },
        { 0x77358855, "iomem_resource" },
        { 0x5367b4b4, "boot_cpu_data" },
        { 0x28cb89c6, "pci_disable_device" },
        { 0x8d6aff89, "__put_user_nocheck_4" },
        { 0xe8d4e6f7, "remove_proc_entry" },
        { 0xd7a7096b, "__register_chrdev" },
        { 0x3a099605, "__get_user_nocheck_4" },
        { 0x409bcb62, "mutex_unlock" },
        { 0x3c3ff9fd, "sprintf" },
        { 0xd9a5ea54, "__init_waitqueue_head" },
        { 0x977f511b, "__mutex_init" },
        { 0xc5850110, "printk" },
        { 0xde80cd09, "ioremap" },
        { 0x65df35ca, "__put_user_nocheck_2" },
        { 0xa1c76e0a, "_cond_resched" },
        { 0xbd30a84c, "pci_read_config_word" },
        { 0x2ab7989d, "mutex_lock" },
        { 0xd2bc5c46, "__get_user_nocheck_2" },
        { 0x92d5838e, "request_threaded_irq" },
        { 0x4b5e3a47, "__get_user_nocheck_1" },
        { 0xfe487975, "init_wait_entry" },
        { 0xfc3d53cb, "__put_user_nocheck_1" },
        { 0x7cd8d75e, "page_offset_base" },
        { 0xc959d152, "__stack_chk_fail" },
        { 0x1000e51, "schedule" },
        { 0x2ea2c95c, "__x86_indirect_thunk_rax" },
        { 0xdcb54fb, "pci_read_config_dword" },
        { 0xbdfb6dbb, "__fentry__" },
        { 0x1035c7c2, "__release_region" },
        { 0xd1ff3d1f, "kmem_cache_alloc_trace" },
        { 0x3eeb2322, "__wake_up" },
        { 0x8c26d495, "prepare_to_wait_event" },
        { 0xececfcd9, "proc_create_data" },
        { 0x37a0cba, "kfree" },
        { 0xedc03953, "iounmap" },
        { 0x5852c575, "pci_get_device" },
        { 0x92540fbf, "finish_wait" },
        { 0x807cd017, "pci_enable_device" },
        { 0xc1514a3b, "free_irq" },
};

MODULE_INFO(depends, "");


MODULE_INFO(srcversion, "C9945A49BE713AE1046C032");