#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" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xad7a0177, "gpr_driver_unregister" },
	{ 0x3eeb2322, "__wake_up" },
	{ 0xc5656b4d, "audio_notifier_deregister" },
	{ 0xd9a5ea54, "__init_waitqueue_head" },
	{ 0xa7fe7810, "audio_notifier_register" },
	{ 0x4717c148, "audio_notifier_probe_status" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x7113bd0c, "__gpr_driver_register" },
	{ 0x92540fbf, "finish_wait" },
	{ 0x8ddd8aad, "schedule_timeout" },
	{ 0x8c26d495, "prepare_to_wait_event" },
	{ 0xfe487975, "init_wait_entry" },
	{ 0x1dfcfa64, "gpr_send_pkt" },
	{ 0xf9a482f9, "msleep" },
	{ 0x8d8c0146, "spf_core_is_apm_ready" },
	{ 0x66e00834, "gpr_get_q6_state" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x92997ed8, "_printk" },
	{ 0x37a0cba, "kfree" },
};

MODULE_INFO(depends, "gpr_dlkm,q6_notifier_dlkm,spf_core_dlkm");

MODULE_ALIAS("of:N*T*Cqcom,audio_prm");
MODULE_ALIAS("of:N*T*Cqcom,audio_prmC*");

MODULE_INFO(scmversion, "g6cc9bfcd5850");
