#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(pn533_rx_frame_is_ack, "_gpl", ""); KSYMTAB_FUNC(pn533_rx_frame_is_cmd_response, "_gpl", ""); KSYMTAB_FUNC(pn533_recv_frame, "", ""); KSYMTAB_FUNC(pn533_finalize_setup, "_gpl", ""); KSYMTAB_FUNC(pn53x_common_init, "_gpl", ""); KSYMTAB_FUNC(pn53x_common_clean, "_gpl", ""); KSYMTAB_FUNC(pn532_i2c_nfc_alloc, "_gpl", ""); KSYMTAB_FUNC(pn53x_register_nfc, "_gpl", ""); KSYMTAB_FUNC(pn53x_unregister_nfc, "_gpl", ""); MODULE_INFO(depends, "nfc"); MODULE_INFO(srcversion, "43EF578A67154D58B6EDF23");