#include #include #include 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"); KSYMTAB_FUNC(ndlc_open, "", ""); KSYMTAB_FUNC(ndlc_close, "", ""); KSYMTAB_FUNC(ndlc_send, "", ""); KSYMTAB_FUNC(ndlc_recv, "", ""); KSYMTAB_FUNC(ndlc_probe, "", ""); KSYMTAB_FUNC(ndlc_remove, "", ""); KSYMTAB_FUNC(st_nci_probe, "_gpl", ""); KSYMTAB_FUNC(st_nci_remove, "_gpl", ""); KSYMTAB_FUNC(st_nci_hci_load_session, "_gpl", ""); KSYMTAB_FUNC(st_nci_hci_event_received, "_gpl", ""); KSYMTAB_FUNC(st_nci_hci_cmd_received, "_gpl", ""); KSYMTAB_FUNC(st_nci_disable_se, "_gpl", ""); KSYMTAB_FUNC(st_nci_enable_se, "_gpl", ""); KSYMTAB_FUNC(st_nci_discover_se, "_gpl", ""); KSYMTAB_FUNC(st_nci_se_io, "", ""); KSYMTAB_FUNC(st_nci_se_init, "", ""); KSYMTAB_FUNC(st_nci_se_deinit, "", ""); KSYMTAB_FUNC(st_nci_vendor_cmds_init, "", ""); MODULE_INFO(depends, "nfc,nci"); MODULE_INFO(srcversion, "5FCF973BF4AA30B3DDAC57D");