71 lines
2.2 KiB
C
71 lines
2.2 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_dma_buffer_block_done, 0x8f4c7d55, "_gpl");
|
|
SYMBOL_CRC(iio_dma_buffer_block_list_abort, 0xab2da42e, "_gpl");
|
|
SYMBOL_CRC(iio_dma_buffer_request_update, 0xa0bc8fa0, "_gpl");
|
|
SYMBOL_CRC(iio_dma_buffer_enable, 0x55a35244, "_gpl");
|
|
SYMBOL_CRC(iio_dma_buffer_disable, 0xb2e6e8a0, "_gpl");
|
|
SYMBOL_CRC(iio_dma_buffer_read, 0x016eee6e, "_gpl");
|
|
SYMBOL_CRC(iio_dma_buffer_data_available, 0xefcddd51, "_gpl");
|
|
SYMBOL_CRC(iio_dma_buffer_set_bytes_per_datum, 0x568cfc9a, "_gpl");
|
|
SYMBOL_CRC(iio_dma_buffer_set_length, 0x16e72af9, "_gpl");
|
|
SYMBOL_CRC(iio_dma_buffer_init, 0x962cbd05, "_gpl");
|
|
SYMBOL_CRC(iio_dma_buffer_exit, 0x3ca890eb, "_gpl");
|
|
SYMBOL_CRC(iio_dma_buffer_release, 0x71be3391, "_gpl");
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x4dfa8d4b, "mutex_lock" },
|
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
|
{ 0x3213f038, "mutex_unlock" },
|
|
{ 0x8427cc7b, "_raw_spin_lock_irq" },
|
|
{ 0x4b750f53, "_raw_spin_unlock_irq" },
|
|
{ 0x781cc8a6, "iio_buffer_init" },
|
|
{ 0xcefb0c9f, "__mutex_init" },
|
|
{ 0x34db050b, "_raw_spin_lock_irqsave" },
|
|
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
|
|
{ 0x2d3385d3, "system_wq" },
|
|
{ 0xc5b6f236, "queue_work_on" },
|
|
{ 0xe2964344, "__wake_up" },
|
|
{ 0x296695f, "refcount_warn_saturate" },
|
|
{ 0xefb2a051, "dma_free_attrs" },
|
|
{ 0xe5e5ba3c, "iio_buffer_put" },
|
|
{ 0x37a0cba, "kfree" },
|
|
{ 0x5b94ad75, "kmalloc_caches" },
|
|
{ 0xac4a1f46, "kmalloc_trace" },
|
|
{ 0x384f1975, "dma_alloc_attrs" },
|
|
{ 0x79213dd0, "iio_buffer_get" },
|
|
{ 0x88db9f48, "__check_object_size" },
|
|
{ 0x6b10bee1, "_copy_to_user" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "industrialio");
|
|
|