#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.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") = {
	{ 0x222dd63, "module_layout" },
	{ 0xdcb764ad, "memset" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x4829a47e, "memcpy" },
	{ 0x75fb9062, "arch_timer_read_counter" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0x15ba50a6, "jiffies" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xca9e8c86, "unregister_rpmsg_driver" },
	{ 0x7681946c, "unregister_pm_notifier" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0xa6257a2f, "complete" },
	{ 0x34498f47, "of_platform_populate" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x1e42c653, "seq_printf" },
	{ 0x25974000, "wait_for_completion" },
	{ 0xf53068cd, "seq_puts" },
	{ 0x739706ab, "single_open" },
	{ 0x5dc6186, "single_release" },
	{ 0x8d452a34, "seq_read" },
	{ 0x9efacf32, "seq_lseek" },
	{ 0x7c8e2db2, "simple_attr_open" },
	{ 0xf289dbc4, "simple_attr_release" },
	{ 0x5a7a30af, "debugfs_attr_write" },
	{ 0x5842a8f5, "debugfs_attr_read" },
	{ 0x528c8b55, "no_llseek" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x37a0cba, "kfree" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x9cc4f70a, "register_pm_notifier" },
	{ 0x5899664c, "qcom_smem_get" },
	{ 0x3eeb2322, "__wake_up" },
	{ 0xb5b54b34, "_raw_spin_unlock" },
	{ 0xba8fbd64, "_raw_spin_lock" },
	{ 0x12a4e128, "__arch_copy_from_user" },
	{ 0xaa4008af, "del_timer" },
	{ 0x72cd0f7f, "mod_timer" },
	{ 0xf1e046cc, "panic" },
	{ 0xcc4c51d, "rpmsg_send" },
	{ 0x4a3ad70e, "wait_for_completion_timeout" },
	{ 0x952664c5, "do_exit" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x92540fbf, "finish_wait" },
	{ 0x1000e51, "schedule" },
	{ 0x8c26d495, "prepare_to_wait_event" },
	{ 0xfe487975, "init_wait_entry" },
	{ 0xb3f7646e, "kthread_should_stop" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x6091b333, "unregister_chrdev_region" },
	{ 0xb13f0d72, "cdev_del" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0x40af62cf, "device_destroy" },
	{ 0x3f639c10, "__register_rpmsg_driver" },
	{ 0xd2ca564a, "debugfs_create_file" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0x4f34d4f1, "device_create" },
	{ 0x5c4cffba, "__class_create" },
	{ 0xf9ff6a03, "cdev_add" },
	{ 0x88a509d5, "cdev_init" },
	{ 0xe3ec2f2b, "alloc_chrdev_region" },
	{ 0x92997ed8, "_printk" },
	{ 0x4addd462, "wake_up_process" },
	{ 0x15f9ecee, "kthread_create_on_node" },
	{ 0xa571f6b0, "__mutex_init" },
};

MODULE_INFO(depends, "smem");

MODULE_ALIAS("of:N*T*Cqcom,msm-adspsleepmon-rpmsg");
MODULE_ALIAS("of:N*T*Cqcom,msm-adspsleepmon-rpmsgC*");

MODULE_INFO(scmversion, "gf957779e27df");
