56 lines
1.6 KiB
C
56 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
|
|
|
|
SYMBOL_CRC(iio_channel_get_all_cb, 0x7e960b43, "_gpl");
|
|
SYMBOL_CRC(iio_channel_cb_set_buffer_watermark, 0x9acf62ab, "_gpl");
|
|
SYMBOL_CRC(iio_channel_start_all_cb, 0x7a711aef, "_gpl");
|
|
SYMBOL_CRC(iio_channel_stop_all_cb, 0x2a1fab3c, "_gpl");
|
|
SYMBOL_CRC(iio_channel_release_all_cb, 0x267c0508, "_gpl");
|
|
SYMBOL_CRC(iio_channel_cb_get_channels, 0x8277e8ca, "_gpl");
|
|
SYMBOL_CRC(iio_channel_cb_get_iio_dev, 0xb7ff0313, "_gpl");
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0xca21ebd3, "bitmap_free" },
|
|
{ 0x37a0cba, "kfree" },
|
|
{ 0xfad4ee97, "iio_update_buffers" },
|
|
{ 0x4abc6dee, "iio_channel_release_all" },
|
|
{ 0xe5e5ba3c, "iio_buffer_put" },
|
|
{ 0x5b94ad75, "kmalloc_caches" },
|
|
{ 0xac4a1f46, "kmalloc_trace" },
|
|
{ 0x781cc8a6, "iio_buffer_init" },
|
|
{ 0x2c354465, "iio_channel_get_all" },
|
|
{ 0x2688ec10, "bitmap_zalloc" },
|
|
{ 0x9040242d, "_dev_err" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "industrialio");
|
|
|