android_kernel_samsung_a7y1.../drivers/crypto/fmp/last_file.c
prashantpaddune 3bca37f224 A750FXXU4CTBC
2020-03-27 21:51:54 +05:30

22 lines
653 B
C
Executable File

/*
* Last file for Exynos FMP FIPS integrity check
*
* Copyright (C) 2015 Samsung Electronics Co., Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
#include <linux/init.h>
__attribute__ ((section(".rodata"), unused))
const unsigned char last_fmp_rodata = 0x20;
__attribute__ ((section(".text"), unused))
void last_fmp_text(void){}
__attribute__ ((section(".init.text"), optimize("-O0"), unused))
static void last_fmp_init(void){};