lineage_kernel_xcoverpro/arch/arm64/crypto/fips140_first_file_asm.c

9 lines
260 B
C
Executable File

__attribute__ ((section(".rodata"), unused))
const unsigned char first_crypto_asm_rodata = 0x10;
__attribute__ ((section(".text"), unused))
void first_crypto_asm_text(void){}
__attribute__ ((section(".init.text"), unused))
void first_crypto_asm_init(void){}