#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" },
	{ 0x429c3f9c, "reboot_mode" },
	{ 0xa8dc4adb, "qcom_scm_custom_reset_type" },
	{ 0x7ceeac9, "panic_notifier_list" },
	{ 0x38995cd2, "kernel_kobj" },
	{ 0x304dd2d6, "param_ops_string" },
	{ 0x3fa768fd, "param_ops_charp" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xedc03953, "iounmap" },
	{ 0xac1a55be, "unregister_reboot_notifier" },
	{ 0x7181db30, "atomic_notifier_chain_unregister" },
	{ 0xe2d5255a, "strcmp" },
	{ 0xe85b2278, "of_iomap" },
	{ 0x3ab39c72, "of_find_compatible_node" },
	{ 0x222e7ce2, "sysfs_streq" },
	{ 0x124bad4d, "kstrtobool" },
	{ 0x96848186, "scnprintf" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xb9c425de, "register_syscore_ops" },
	{ 0x3517383e, "register_reboot_notifier" },
	{ 0x2b9997fb, "atomic_notifier_chain_register" },
	{ 0xd9dc8135, "qcom_scm_get_download_mode" },
	{ 0xdcd7f2d3, "kobject_del" },
	{ 0x1da5bdd1, "sysfs_create_group" },
	{ 0xfe6b276a, "kobject_put" },
	{ 0x8ff170bc, "kobject_init_and_add" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x32f7fc6e, "qcom_scm_set_download_mode" },
	{ 0x92997ed8, "_printk" },
	{ 0x584e21a2, "msm_minidump_enabled" },
	{ 0x34a9f581, "qcom_scm_disable_sdi" },
	{ 0xead1dee9, "param_set_bool" },
	{ 0x7ff76189, "param_get_int" },
};

MODULE_INFO(depends, "qcom-scm,minidump");

MODULE_ALIAS("of:N*T*Cqcom,dload-mode");
MODULE_ALIAS("of:N*T*Cqcom,dload-modeC*");

MODULE_INFO(scmversion, "gf957779e27df");
