exynos-linux-stable/arch/arm64/crypto/first_file_asm.c

13 lines
366 B
C
Raw Normal View History

__attribute__ ((section(".rodata"), unused))
const unsigned char first_crypto_asm_rodata = 0x10;
__attribute__ ((section(".text"), unused))
void first_crypto_asm_text(void){}
2022-11-27 22:21:47 +03:00
#ifdef CC_USE_CLANG
__attribute__ ((section(".init.text"), unused))
#else
__attribute__ ((section(".init.text"), optimize("-O0"), unused))
2022-11-27 22:21:47 +03:00
#endif
static void first_crypto_asm_init(void){};