#include #include #include 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 .arch = MODULE_ARCH_INIT, }; static const struct modversion_info ____versions[] __used __attribute__((section("__versions"))) = { { 0x1635e2b6, "module_layout" }, { 0x1fedf0f4, "__request_region" }, { 0x66f3ff8b, "cdev_del" }, { 0x38784ffd, "kmalloc_caches" }, { 0x2230b8da, "pci_bus_read_config_byte" }, { 0x91723cc7, "cdev_init" }, { 0xf9a482f9, "msleep" }, { 0x7c3d3a34, "mem_map" }, { 0x15692c87, "param_ops_int" }, { 0x69a358a6, "iomem_resource" }, { 0x2c22473e, "dev_set_drvdata" }, { 0xc8b57c27, "autoremove_wake_function" }, { 0xd85df7d4, "boot_cpu_data" }, { 0x4792c572, "down_interruptible" }, { 0x72b0a36c, "kobject_set_name" }, { 0xeae3dfd6, "__const_udelay" }, { 0xfb0e29f, "init_timer_key" }, { 0x7485e15e, "unregister_chrdev_region" }, { 0x82210d02, "pci_bus_write_config_word" }, { 0x1139ffc, "max_mapnr" }, { 0x7d11c268, "jiffies" }, { 0x68dfc59f, "__init_waitqueue_head" }, { 0x288144b, "pci_set_master" }, { 0xd5f2172f, "del_timer_sync" }, { 0xa8c48a09, "current_task" }, { 0x50eedeb8, "printk" }, { 0xd91d27a0, "kunmap" }, { 0x6971da0a, "dagmem_malloc" }, { 0x2f287f0d, "copy_to_user" }, { 0xb6ed1e53, "strncpy" }, { 0xb4390f9a, "mcount" }, { 0x1deea04a, "pci_bus_write_config_dword" }, { 0x8834396c, "mod_timer" }, { 0xbe2c0274, "add_timer" }, { 0x2072ee9b, "request_threaded_irq" }, { 0x126ddb5c, "pci_find_capability" }, { 0xcc89bf0a, "cdev_add" }, { 0xf815327b, "pci_set_mwi" }, { 0xa8a6f639, "__check_region" }, { 0x78c79643, "pci_disable_link_state" }, { 0x42c8de35, "ioremap_nocache" }, { 0x92051be7, "pci_bus_read_config_word" }, { 0x4afa1fc1, "kmap" }, { 0xfc40c606, "pci_bus_read_config_dword" }, { 0xf0fdf6cb, "__stack_chk_fail" }, { 0x37c3a5d7, "__udivdi3" }, { 0xd62c833f, "schedule_timeout" }, { 0x4292364c, "schedule" }, { 0x8a7d1c31, "high_memory" }, { 0xdc8f096c, "pv_cpu_ops" }, { 0x7c61340c, "__release_region" }, { 0x5ee543ae, "pci_unregister_driver" }, { 0x895871c8, "kmem_cache_alloc_trace" }, { 0xe45f60d8, "__wake_up" }, { 0x4f68e5c9, "do_gettimeofday" }, { 0xa7a80b5f, "pci_bus_write_config_byte" }, { 0x37a0cba, "kfree" }, { 0x79012f48, "remap_pfn_range" }, { 0x622fa02a, "prepare_to_wait" }, { 0x1dc3b298, "pci_disable_msi" }, { 0xedc03953, "iounmap" }, { 0xc4554217, "up" }, { 0x6dd35528, "__pci_register_driver" }, { 0x75bb675a, "finish_wait" }, { 0xf88db771, "dagmem_free" }, { 0xb81960ca, "snprintf" }, { 0x921adc2e, "pci_enable_msi_block" }, { 0x27db385f, "pci_enable_device" }, { 0x362ef408, "_copy_from_user" }, { 0xf58078c3, "dev_get_drvdata" }, { 0x22a992bf, "__divdi3" }, { 0x29537c9e, "alloc_chrdev_region" }, { 0xf20dabd8, "free_irq" }, }; static const char __module_depends[] __used __attribute__((section(".modinfo"))) = "depends=dagmem,divdi3"; MODULE_INFO(srcversion, "840DCEB2598BDEC44849FA3"); .