#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_DATA(crypto_sm4_fk, "", ""); KSYMTAB_DATA(crypto_sm4_ck, "", ""); KSYMTAB_DATA(crypto_sm4_sbox, "", ""); KSYMTAB_FUNC(sm4_expandkey, "_gpl", ""); KSYMTAB_FUNC(sm4_crypt_block, "_gpl", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "10D349411A1A38CBC1D921E");