#include #include #include 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"); KSYMTAB_FUNC(st95hf_spi_send, "_gpl", ""); KSYMTAB_FUNC(st95hf_spi_recv_response, "_gpl", ""); KSYMTAB_FUNC(st95hf_spi_recv_echo_res, "_gpl", ""); MODULE_INFO(depends, "nfc,nfc_digital"); MODULE_ALIAS("of:N*T*Cst,st95hf"); MODULE_ALIAS("of:N*T*Cst,st95hfC*"); MODULE_ALIAS("spi:st95hf"); MODULE_INFO(srcversion, "6EBF72FAD8760D5A79D26A7");