#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" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x38995cd2, "kernel_kobj" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x8c05688, "sysfs_remove_group" },
	{ 0x1231e951, "rproc_shutdown" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xe4a5b329, "rproc_boot" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x92997ed8, "_printk" },
	{ 0x3b6c41ea, "kstrtouint" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xdcd7f2d3, "kobject_del" },
	{ 0x1da5bdd1, "sysfs_create_group" },
	{ 0xe2f2ac01, "kobject_create_and_add" },
	{ 0xf668cd44, "rproc_get_by_phandle" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "");

MODULE_ALIAS("of:N*T*Cqcom,cdsp-loader");
MODULE_ALIAS("of:N*T*Cqcom,cdsp-loaderC*");

MODULE_INFO(scmversion, "gf957779e27df");
