#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"))) = { { 0x35ec255d, "module_layout" }, { 0x1fedf0f4, "__request_region" }, { 0x2f35ab80, "cdev_del" }, { 0xcea0a119, "kmalloc_caches" }, { 0x1d400e71, "pci_bus_read_config_byte" }, { 0xb2c831b6, "cdev_init" }, { 0xf9a482f9, "msleep" }, { 0xfc9c80e4, "mem_map" }, { 0x15692c87, "param_ops_int" }, { 0x69a358a6, "iomem_resource" }, { 0x93d085b2, "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" }, { 0x9fa48dc5, "pci_bus_write_config_word" }, { 0x1139ffc, "max_mapnr" }, { 0x7d11c268, "jiffies" }, { 0x68dfc59f, "__init_waitqueue_head" }, { 0x435f447e, "pci_set_master" }, { 0xd5f2172f, "del_timer_sync" }, { 0xe7a0f60c, "current_task" }, { 0x50eedeb8, "printk" }, { 0x46ad0367, "kunmap" }, { 0x6971da0a, "dagmem_malloc" }, { 0x2f287f0d, "copy_to_user" }, { 0xb6ed1e53, "strncpy" }, { 0xb4390f9a, "mcount" }, { 0xe0078b25, "pci_bus_write_config_dword" }, { 0x8834396c, "mod_timer" }, { 0xbe2c0274, "add_timer" }, { 0x2072ee9b, "request_threaded_irq" }, { 0xbfe7dc7f, "pci_find_capability" }, { 0xebd5feb1, "cdev_add" }, { 0x5f07ca5, "pci_set_mwi" }, { 0xa8a6f639, "__check_region" }, { 0x4b9bf983, "pci_disable_link_state" }, { 0x42c8de35, "ioremap_nocache" }, { 0x7188b4e4, "pci_bus_read_config_word" }, { 0xac4942dc, "kmap" }, { 0x19c206ee, "pci_bus_read_config_dword" }, { 0xf0fdf6cb, "__stack_chk_fail" }, { 0x37c3a5d7, "__udivdi3" }, { 0xd62c833f, "schedule_timeout" }, { 0x4292364c, "schedule" }, { 0x8a7d1c31, "high_memory" }, { 0xb6be82cd, "pv_cpu_ops" }, { 0x7c61340c, "__release_region" }, { 0x44a8e76b, "pci_unregister_driver" }, { 0x41ad0272, "kmem_cache_alloc_trace" }, { 0xe45f60d8, "__wake_up" }, { 0x4f68e5c9, "do_gettimeofday" }, { 0xe59ded99, "pci_bus_write_config_byte" }, { 0x37a0cba, "kfree" }, { 0xd8ecbfbb, "remap_pfn_range" }, { 0x622fa02a, "prepare_to_wait" }, { 0x411ae61c, "pci_disable_msi" }, { 0xedc03953, "iounmap" }, { 0xc4554217, "up" }, { 0xe7472ec, "__pci_register_driver" }, { 0x75bb675a, "finish_wait" }, { 0xf88db771, "dagmem_free" }, { 0xb81960ca, "snprintf" }, { 0xe2735d4f, "pci_enable_msi_block" }, { 0x9a756412, "pci_enable_device" }, { 0x362ef408, "_copy_from_user" }, { 0xddffa24, "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"); .