blob: acb91db114d3831b5057caf8936bfff511098d73 [file] [log] [blame]
/*
* First 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.
*/
__attribute__ ((section(".rodata"), unused))
const unsigned char first_fmp_rodata = 0x10;
__attribute__ ((section(".text"), unused))
void first_fmp_text(void){}
__attribute__ ((section(".init.text"), optimize("-O0"), unused))
static void first_fmp_init(void){};