#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(parman_create, "", ""); KSYMTAB_FUNC(parman_destroy, "", ""); KSYMTAB_FUNC(parman_prio_init, "", ""); KSYMTAB_FUNC(parman_prio_fini, "", ""); KSYMTAB_FUNC(parman_item_add, "", ""); KSYMTAB_FUNC(parman_item_remove, "", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "CD0E20D3A294F9ABBFAD85C");