linux-zen-desktop/drivers/platform/chrome/cros_kunit.mod.c

59 lines
1.6 KiB
C

#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.h>
#include <linux/export-internal.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,
.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") = {
{ 0xd3278c09, "device_initialize" },
{ 0x3efa0b02, "kunit_do_failed_assertion" },
{ 0x69acdf38, "memcpy" },
{ 0x59ffa635, "cros_ec_cmd_xfer_status" },
{ 0x8cb71ec8, "cros_ec_cmd_xfer" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0xb4e8fc2e, "cros_ec_check_features" },
{ 0xa19b956, "__stack_chk_fail" },
{ 0xb5686f70, "put_device" },
{ 0x6171bb37, "cros_ec_get_sensor_count" },
{ 0xfb578fc5, "memset" },
{ 0x6877d060, "cros_ec_prepare_tx" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x53e80039, "kunit_kmalloc_array" },
{ 0x7a29ff1d, "kunit_binary_assert_format" },
{ 0xc08a209e, "cros_ec_check_result" },
{ 0x95bd0e45, "kunit_unary_assert_format" },
{ 0x81532eee, "cros_ec_get_host_event" },
{ 0xc291151f, "cros_ec_cmd" },
{ 0x526e868b, "cros_ec_get_next_event" },
{ 0x1303a5af, "dev_set_name" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0x1b35ffdb, "cros_ec_query_all" },
{ 0x28ed4641, "kunit_binary_ptr_assert_format" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "kunit");