55 lines
1.7 KiB
C
55 lines
1.7 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(hid_sensor_read_poll_value, 0x77a88607, "");
|
||
|
SYMBOL_CRC(hid_sensor_read_samp_freq_value, 0x1fab11aa, "");
|
||
|
SYMBOL_CRC(hid_sensor_write_samp_freq_value, 0x70b5c7ac, "");
|
||
|
SYMBOL_CRC(hid_sensor_read_raw_hyst_value, 0xad9aa64c, "");
|
||
|
SYMBOL_CRC(hid_sensor_read_raw_hyst_rel_value, 0x3e7a7b69, "");
|
||
|
SYMBOL_CRC(hid_sensor_write_raw_hyst_value, 0x2fa9d31d, "");
|
||
|
SYMBOL_CRC(hid_sensor_write_raw_hyst_rel_value, 0xcaf46e3c, "");
|
||
|
SYMBOL_CRC(hid_sensor_format_scale, 0x7f7621ec, "");
|
||
|
SYMBOL_CRC(hid_sensor_convert_timestamp, 0xa1614a08, "");
|
||
|
SYMBOL_CRC(hid_sensor_get_report_latency, 0x6594b367, "");
|
||
|
SYMBOL_CRC(hid_sensor_set_report_latency, 0xfafbff62, "");
|
||
|
SYMBOL_CRC(hid_sensor_batch_mode_supported, 0xd426d020, "");
|
||
|
SYMBOL_CRC(hid_sensor_parse_common_attributes, 0xa33551f4, "");
|
||
|
|
||
|
static const struct modversion_info ____versions[]
|
||
|
__used __section("__versions") = {
|
||
|
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
|
||
|
{ 0xbdfb6dbb, "__fentry__" },
|
||
|
{ 0xc344be94, "sensor_hub_set_feature" },
|
||
|
{ 0x1af267f8, "int_pow" },
|
||
|
{ 0x5e468bc8, "sensor_hub_input_get_attribute_info" },
|
||
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
||
|
{ 0xc3a23fa9, "sensor_hub_get_feature" },
|
||
|
{ 0x7098e516, "module_layout" },
|
||
|
};
|
||
|
|
||
|
MODULE_INFO(depends, "hid-sensor-hub");
|
||
|
|