106 lines
3.3 KiB
C
106 lines
3.3 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_DATA(fc_lport_notifier_head, "", "");
|
|
KSYMTAB_FUNC(fc_fill_hdr, "", "");
|
|
KSYMTAB_FUNC(fc_fill_reply_hdr, "", "");
|
|
KSYMTAB_FUNC(fc_lport_iterate, "", "");
|
|
KSYMTAB_FUNC(fc_fc4_register_provider, "", "");
|
|
KSYMTAB_FUNC(fc_fc4_deregister_provider, "", "");
|
|
KSYMTAB_FUNC(fc_disc_config, "", "");
|
|
KSYMTAB_FUNC(fc_disc_init, "", "");
|
|
KSYMTAB_DATA(fc_cpu_mask, "", "");
|
|
KSYMTAB_FUNC(fc_seq_send, "", "");
|
|
KSYMTAB_FUNC(fc_seq_start_next, "", "");
|
|
KSYMTAB_FUNC(fc_seq_set_resp, "", "");
|
|
KSYMTAB_FUNC(fc_exch_done, "", "");
|
|
KSYMTAB_FUNC(fc_seq_els_rsp_send, "_gpl", "");
|
|
KSYMTAB_FUNC(fc_seq_assign, "", "");
|
|
KSYMTAB_FUNC(fc_seq_release, "", "");
|
|
KSYMTAB_FUNC(fc_exch_mgr_reset, "", "");
|
|
KSYMTAB_FUNC(fc_exch_seq_send, "", "");
|
|
KSYMTAB_FUNC(fc_exch_update_stats, "", "");
|
|
KSYMTAB_FUNC(fc_exch_mgr_add, "", "");
|
|
KSYMTAB_FUNC(fc_exch_mgr_del, "", "");
|
|
KSYMTAB_FUNC(fc_exch_mgr_list_clone, "", "");
|
|
KSYMTAB_FUNC(fc_exch_mgr_alloc, "", "");
|
|
KSYMTAB_FUNC(fc_exch_mgr_free, "", "");
|
|
KSYMTAB_FUNC(fc_exch_recv, "", "");
|
|
KSYMTAB_FUNC(fc_exch_init, "", "");
|
|
KSYMTAB_FUNC(fc_elsct_send, "", "");
|
|
KSYMTAB_FUNC(fc_elsct_init, "", "");
|
|
KSYMTAB_FUNC(fc_frame_crc_check, "", "");
|
|
KSYMTAB_FUNC(_fc_frame_alloc, "", "");
|
|
KSYMTAB_FUNC(fc_frame_alloc_fill, "", "");
|
|
KSYMTAB_FUNC(fc_get_host_port_state, "", "");
|
|
KSYMTAB_FUNC(fc_get_host_speed, "", "");
|
|
KSYMTAB_FUNC(fc_get_host_stats, "", "");
|
|
KSYMTAB_FUNC(fc_fabric_login, "", "");
|
|
KSYMTAB_FUNC(fc_linkup, "", "");
|
|
KSYMTAB_FUNC(fc_linkdown, "", "");
|
|
KSYMTAB_FUNC(fc_fabric_logoff, "", "");
|
|
KSYMTAB_FUNC(fc_lport_destroy, "", "");
|
|
KSYMTAB_FUNC(fc_set_mfs, "", "");
|
|
KSYMTAB_FUNC(fc_lport_set_local_id, "", "");
|
|
KSYMTAB_FUNC(fc_lport_recv, "", "");
|
|
KSYMTAB_FUNC(fc_lport_reset, "", "");
|
|
KSYMTAB_FUNC(fc_lport_logo_resp, "", "");
|
|
KSYMTAB_FUNC(fc_lport_flogi_resp, "", "");
|
|
KSYMTAB_FUNC(fc_lport_config, "", "");
|
|
KSYMTAB_FUNC(fc_lport_init, "", "");
|
|
KSYMTAB_FUNC(fc_lport_bsg_request, "", "");
|
|
KSYMTAB_FUNC(fc_rport_lookup, "", "");
|
|
KSYMTAB_FUNC(fc_rport_create, "", "");
|
|
KSYMTAB_FUNC(fc_rport_destroy, "", "");
|
|
KSYMTAB_FUNC(fc_set_rport_loss_tmo, "", "");
|
|
KSYMTAB_FUNC(fc_rport_login, "", "");
|
|
KSYMTAB_FUNC(fc_rport_logoff, "", "");
|
|
KSYMTAB_FUNC(fc_rport_recv_req, "", "");
|
|
KSYMTAB_FUNC(fc_rport_flush_queue, "", "");
|
|
KSYMTAB_FUNC(fc_rport_terminate_io, "", "");
|
|
KSYMTAB_FUNC(fc_queuecommand, "", "");
|
|
KSYMTAB_FUNC(fc_eh_abort, "", "");
|
|
KSYMTAB_FUNC(fc_eh_device_reset, "", "");
|
|
KSYMTAB_FUNC(fc_eh_host_reset, "", "");
|
|
KSYMTAB_FUNC(fc_slave_alloc, "", "");
|
|
KSYMTAB_FUNC(fc_fcp_destroy, "", "");
|
|
KSYMTAB_FUNC(fc_fcp_init, "", "");
|
|
KSYMTAB_FUNC(libfc_vport_create, "", "");
|
|
KSYMTAB_FUNC(fc_vport_id_lookup, "", "");
|
|
KSYMTAB_FUNC(fc_vport_setlink, "", "");
|
|
|
|
MODULE_INFO(depends, "scsi_transport_fc");
|
|
|