#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,
};

#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif

static const struct modversion_info ____versions[]
__used __section("__versions") = {
	{ 0x222dd63, "module_layout" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xd6cc0cc0, "qcom_unregister_ssr_notifier" },
	{ 0xfa538df, "qcom_register_ssr_notifier" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xac594e02, "__cpu_online_mask" },
	{ 0x7a2af7b4, "cpu_number" },
	{ 0x96e7c744, "__tracepoint_rproc_qcom_event" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xa02d239a, "srcu_init_notifier_head" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0xf668cd44, "rproc_get_by_phandle" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xe4555ceb, "audio_pdr_service_register" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x4c1feec0, "srcu_notifier_chain_register" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x386bf0da, "audio_pdr_service_deregister" },
	{ 0xf70e4a4d, "preempt_schedule_notrace" },
	{ 0x1b792262, "__traceiter_rproc_qcom_event" },
	{ 0xce9884d7, "srcu_notifier_call_chain" },
	{ 0x75dd14d2, "srcu_notifier_chain_unregister" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x5792f848, "strlcpy" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x37a0cba, "kfree" },
	{ 0xe2d5255a, "strcmp" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x92997ed8, "_printk" },
	{ 0x1d24c881, "___ratelimit" },
};

MODULE_INFO(depends, "rproc_qcom_common,q6_pdr_dlkm");

MODULE_ALIAS("of:N*T*Cqcom,adsp-notify");
MODULE_ALIAS("of:N*T*Cqcom,adsp-notifyC*");

MODULE_INFO(scmversion, "g6cc9bfcd5850");
