58 lines
1.8 KiB
C
58 lines
1.8 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
|
|
|
|
SYMBOL_CRC(st_gyro_get_settings, 0xe20fa398, "");
|
|
SYMBOL_CRC(st_gyro_common_probe, 0x63255d32, "");
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0x4325162f, "st_sensors_set_odr" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x9881f94, "st_sensors_get_settings_index" },
|
|
{ 0xe9fae297, "st_sensors_debugfs_reg_access" },
|
|
{ 0x4c7f292d, "iio_show_mount_matrix" },
|
|
{ 0xbaf0dfa6, "st_sensors_init_sensor" },
|
|
{ 0x7de8890f, "__devm_iio_device_register" },
|
|
{ 0x4cf44638, "iio_read_mount_matrix" },
|
|
{ 0xd7d64f88, "st_sensors_validate_device" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x6696d0d0, "st_sensors_set_fullscale_by_gain" },
|
|
{ 0xde8c4f55, "st_sensors_allocate_trigger" },
|
|
{ 0xdeb5a3d5, "st_sensors_sysfs_sampling_frequency_avail" },
|
|
{ 0x74d7047, "st_sensors_trigger_handler" },
|
|
{ 0xbb53d55a, "st_sensors_set_enable" },
|
|
{ 0x650765f8, "st_sensors_set_dataready_irq" },
|
|
{ 0xe09f838, "st_sensors_read_info_raw" },
|
|
{ 0x208d1c65, "st_sensors_set_axis_enable" },
|
|
{ 0x38d12457, "st_sensors_verify_id" },
|
|
{ 0xefbebda7, "st_sensors_sysfs_scale_avail" },
|
|
{ 0x2b3c5b17, "devm_iio_triggered_buffer_setup_ext" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "st_sensors,industrialio,industrialio-triggered-buffer");
|
|
|