#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(roccat_common2_receive, "_gpl", ""); KSYMTAB_FUNC(roccat_common2_send, "_gpl", ""); KSYMTAB_FUNC(roccat_common2_send_with_status, "_gpl", ""); KSYMTAB_FUNC(roccat_common2_device_init_struct, "_gpl", ""); KSYMTAB_FUNC(roccat_common2_sysfs_read, "_gpl", ""); KSYMTAB_FUNC(roccat_common2_sysfs_write, "_gpl", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "D5FF1F776F36C5C65F8998A");