67 lines
2.0 KiB
C
67 lines
2.0 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(devm_iio_dmaengine_buffer_setup, 0x20ab4cbd, "_gpl");
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0x34db050b, "_raw_spin_lock_irqsave" },
|
|
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
|
|
{ 0x8f4c7d55, "iio_dma_buffer_block_done" },
|
|
{ 0x2cf0c910, "sg_init_table" },
|
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
|
{ 0x8427cc7b, "_raw_spin_lock_irq" },
|
|
{ 0x4b750f53, "_raw_spin_unlock_irq" },
|
|
{ 0xab2da42e, "iio_dma_buffer_block_list_abort" },
|
|
{ 0xe2c17b5d, "__SCT__might_resched" },
|
|
{ 0x5b94ad75, "kmalloc_caches" },
|
|
{ 0xac4a1f46, "kmalloc_trace" },
|
|
{ 0x3315a9be, "dma_request_chan" },
|
|
{ 0xc13a87a1, "dma_get_slave_caps" },
|
|
{ 0x962cbd05, "iio_dma_buffer_init" },
|
|
{ 0xa7e58877, "devm_add_action" },
|
|
{ 0x3ca890eb, "iio_dma_buffer_exit" },
|
|
{ 0xe43ec28f, "dma_release_channel" },
|
|
{ 0xe5e5ba3c, "iio_buffer_put" },
|
|
{ 0x5e1375ed, "iio_device_attach_buffer" },
|
|
{ 0x16eee6e, "iio_dma_buffer_read" },
|
|
{ 0xefcddd51, "iio_dma_buffer_data_available" },
|
|
{ 0xa0bc8fa0, "iio_dma_buffer_request_update" },
|
|
{ 0x568cfc9a, "iio_dma_buffer_set_bytes_per_datum" },
|
|
{ 0x16e72af9, "iio_dma_buffer_set_length" },
|
|
{ 0x55a35244, "iio_dma_buffer_enable" },
|
|
{ 0xb2e6e8a0, "iio_dma_buffer_disable" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x71be3391, "iio_dma_buffer_release" },
|
|
{ 0x37a0cba, "kfree" },
|
|
{ 0xe783e261, "sysfs_emit" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "industrialio-buffer-dma,industrialio");
|
|
|