83 lines
2.6 KiB
C
83 lines
2.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>
|
|
|
|
#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,
|
|
.init = init_module,
|
|
#ifdef CONFIG_MODULE_UNLOAD
|
|
.exit = cleanup_module,
|
|
#endif
|
|
.arch = MODULE_ARCH_INIT,
|
|
};
|
|
|
|
MODULE_INFO(intree, "Y");
|
|
|
|
#ifdef CONFIG_RETPOLINE
|
|
MODULE_INFO(retpoline, "Y");
|
|
#endif
|
|
|
|
KSYMTAB_FUNC(ishtp_device_init, "", "");
|
|
KSYMTAB_FUNC(ishtp_start, "", "");
|
|
KSYMTAB_FUNC(ishtp_send_suspend, "", "");
|
|
KSYMTAB_FUNC(ishtp_send_resume, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_get_tx_free_buffer_size, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_get_tx_free_rings, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_flush_queues, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_allocate, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_free, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_link, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_unlink, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_disconnect, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_connect, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_send, "", "");
|
|
KSYMTAB_FUNC(ishtp_get_client_data, "", "");
|
|
KSYMTAB_FUNC(ishtp_set_client_data, "", "");
|
|
KSYMTAB_FUNC(ishtp_get_ishtp_device, "", "");
|
|
KSYMTAB_FUNC(ishtp_set_tx_ring_size, "", "");
|
|
KSYMTAB_FUNC(ishtp_set_rx_ring_size, "", "");
|
|
KSYMTAB_FUNC(ishtp_set_connection_state, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_set_fw_client_id, "", "");
|
|
KSYMTAB_FUNC(ishtp_recv, "", "");
|
|
KSYMTAB_FUNC(ishtp_fw_cl_by_uuid, "", "");
|
|
KSYMTAB_FUNC(ishtp_fw_cl_get_client, "", "");
|
|
KSYMTAB_FUNC(ishtp_get_fw_client_id, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_driver_register, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_driver_unregister, "", "");
|
|
KSYMTAB_FUNC(ishtp_register_event_cb, "", "");
|
|
KSYMTAB_FUNC(ishtp_get_device, "", "");
|
|
KSYMTAB_FUNC(ishtp_put_device, "", "");
|
|
KSYMTAB_FUNC(ishtp_set_drvdata, "", "");
|
|
KSYMTAB_FUNC(ishtp_get_drvdata, "", "");
|
|
KSYMTAB_FUNC(ishtp_dev_to_cl_device, "", "");
|
|
KSYMTAB_FUNC(ishtp_bus_remove_all_clients, "", "");
|
|
KSYMTAB_FUNC(ishtp_reset_handler, "", "");
|
|
KSYMTAB_FUNC(ishtp_reset_compl_handler, "", "");
|
|
KSYMTAB_FUNC(ishtp_device, "", "");
|
|
KSYMTAB_FUNC(ishtp_wait_resume, "_gpl", "");
|
|
KSYMTAB_FUNC(ishtp_get_pci_device, "", "");
|
|
KSYMTAB_FUNC(ishtp_trace_callback, "", "");
|
|
KSYMTAB_FUNC(ish_hw_reset, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_io_rb_recycle, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_tx_empty, "", "");
|
|
KSYMTAB_FUNC(ishtp_cl_rx_get_rb, "", "");
|
|
|
|
MODULE_INFO(depends, "");
|
|
|