linux-zen-desktop/drivers/ntb/hw/epf/ntb_hw_epf.mod.c

71 lines
1.9 KiB
C

#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.h>
#include <linux/export-internal.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
BUILD_SALT;
BUILD_LTO_INFO;
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,
};
MODULE_INFO(intree, "Y");
#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0xb024ade4, "_dev_warn" },
{ 0x512baed0, "pci_iomap" },
{ 0x7ef5f431, "pci_alloc_irq_vectors" },
{ 0x92d5838e, "request_threaded_irq" },
{ 0x6f2ea6ab, "pci_free_irq_vectors" },
{ 0x7d75e1ff, "pci_iounmap" },
{ 0x9fd597ad, "pci_release_regions" },
{ 0x428c2fb, "ntb_register_device" },
{ 0xc1514a3b, "free_irq" },
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
{ 0x1d0defaf, "ntb_unregister_device" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xc9c41e74, "__pci_register_driver" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0xb43f9365, "ktime_get" },
{ 0xc3055d20, "usleep_range_state" },
{ 0x3213f038, "mutex_unlock" },
{ 0x9040242d, "_dev_err" },
{ 0xc3969aad, "pci_irq_vector" },
{ 0xe0173e24, "ntb_link_event" },
{ 0xf86bb4f0, "ntb_db_event" },
{ 0x8410b88b, "pci_unregister_driver" },
{ 0x5bc8ba21, "devm_kmalloc" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0xd24c8f20, "pci_enable_device" },
{ 0xcbd67b94, "pci_request_regions" },
{ 0xcf8ee05c, "pci_set_master" },
{ 0x15b6efa7, "dma_set_mask" },
{ 0xedf2ec42, "pci_clear_master" },
{ 0x3a693bea, "pci_disable_device" },
{ 0x108e19cb, "dma_set_coherent_mask" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "ntb");