60 lines
1.6 KiB
C
60 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_kfifo_allocate, 0x62fbb3a5, "");
|
|
SYMBOL_CRC(iio_kfifo_free, 0x19b00d43, "");
|
|
SYMBOL_CRC(devm_iio_kfifo_buffer_setup_ext, 0x5699e860, "_gpl");
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0x13d0adf7, "__kfifo_out" },
|
|
{ 0xe2964344, "__wake_up" },
|
|
{ 0x89940875, "mutex_lock_interruptible" },
|
|
{ 0x4578f528, "__kfifo_to_user" },
|
|
{ 0xf23fcb99, "__kfifo_in" },
|
|
{ 0xe5e5ba3c, "iio_buffer_put" },
|
|
{ 0x5b94ad75, "kmalloc_caches" },
|
|
{ 0xac4a1f46, "kmalloc_trace" },
|
|
{ 0x781cc8a6, "iio_buffer_init" },
|
|
{ 0xcefb0c9f, "__mutex_init" },
|
|
{ 0x8a02c5a, "__devres_alloc_node" },
|
|
{ 0x3cb54367, "devres_add" },
|
|
{ 0x5e1375ed, "iio_device_attach_buffer" },
|
|
{ 0xe93e49c3, "devres_free" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0xdb760f52, "__kfifo_free" },
|
|
{ 0x37a0cba, "kfree" },
|
|
{ 0x4dfa8d4b, "mutex_lock" },
|
|
{ 0x3213f038, "mutex_unlock" },
|
|
{ 0x139f2189, "__kfifo_alloc" },
|
|
{ 0x30a80826, "__kfifo_from_user" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "industrialio");
|
|
|