lineage_kernel_xcoverpro/arch/arm64/crypto/fips140_last_file_asm.c

9 lines
257 B
C
Executable File

__attribute__ ((section(".rodata"), unused))
const unsigned char last_crypto_asm_rodata = 0x20;
__attribute__ ((section(".text"), unused))
void last_crypto_asm_text(void){}
__attribute__ ((section(".init.text"), unused))
void last_crypto_asm_init(void){}