72 lines
2.8 KiB
C
72 lines
2.8 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>
|
|
|
|
#ifdef CONFIG_UNWINDER_ORC
|
|
#include <asm/orc_header.h>
|
|
ORC_HEADER;
|
|
#endif
|
|
|
|
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
|
|
|
|
KSYMTAB_FUNC(virtio_transport_deliver_tap_pkt, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_inc_tx_pkt, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_get_credit, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_put_credit, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_stream_dequeue, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_seqpacket_dequeue, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_seqpacket_enqueue, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_dgram_dequeue, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_stream_has_data, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_seqpacket_has_data, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_stream_has_space, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_do_socket_init, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_notify_buffer_size, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_notify_poll_in, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_notify_poll_out, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_notify_recv_init, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_notify_recv_pre_block, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_notify_recv_pre_dequeue, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_notify_recv_post_dequeue, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_notify_send_init, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_notify_send_pre_block, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_notify_send_pre_enqueue, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_notify_send_post_enqueue, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_stream_rcvhiwat, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_stream_is_active, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_stream_allow, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_dgram_bind, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_dgram_allow, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_connect, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_shutdown, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_dgram_enqueue, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_stream_enqueue, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_destruct, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_release, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_recv_pkt, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_purge_skbs, "_gpl", "");
|
|
KSYMTAB_FUNC(virtio_transport_read_skb, "_gpl", "");
|
|
|
|
MODULE_INFO(depends, "vsock");
|
|
|