#include #include #include MODULE_INFO(vermagic, VERMAGIC_STRING); #undef unix struct 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"))) = { { 0x91ef35c7, "struct_module" }, { 0x7485e15e, "unregister_chrdev_region" }, { 0x37a0cba, "kfree" }, { 0x46645255, "cdev_del" }, { 0xd4c2dc42, "pci_unregister_driver" }, { 0xcb0d98f0, "kmem_cache_alloc" }, { 0xb5f8ad4b, "malloc_sizes" }, { 0x29537c9e, "alloc_chrdev_region" }, { 0xa0fb4fc6, "pci_register_driver" }, { 0xd49501d4, "__release_region" }, { 0xedc03953, "iounmap" }, { 0xb7f51496, "pci_enable_device" }, { 0x9eac042a, "__ioremap" }, { 0x1a1a4f09, "__request_region" }, { 0x9efed5af, "iomem_resource" }, { 0xe964a2c3, "cdev_add" }, { 0xa4ae1e82, "cdev_init" }, { 0x8c183cbe, "iowrite16" }, { 0xc5534d64, "ioread16" }, { 0x727c4f3, "iowrite8" }, { 0xbe499d81, "copy_to_user" }, { 0xf10de535, "ioread8" }, { 0x82f17975, "remap_pfn_range" }, { 0xdd132261, "printk" }, { 0x89b301d4, "param_get_int" }, { 0x98bd6f46, "param_set_int" }, }; static const char __module_depends[] __attribute_used__ __attribute__((section(".modinfo"))) = "depends="; MODULE_ALIAS("pci:v000010EEd00000300sv*sd*bc*sc*i*"); MODULE_INFO(srcversion, "11EE30144C251A0E6C1C457");