kernel_samsung_a53x/drivers/crypto/fmp/fmp_fips_integrity.h
2024-06-15 16:02:09 -03:00

13 lines
472 B
C
Executable file

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Created in Samsung Ukraine R&D Center (SRK) under a contract between
* LLC "Samsung Electronics Ukraine Company" (Kyiv, Ukraine)
* and "Samsung Electronics Co", Ltd (Seoul, Republic of Korea)
* Copyright: (c) Samsung Electronics Co, Ltd 2020. All rights reserved.
*/
#ifndef __FMP_FIPS_INTEGRITY_H__
#define __FMP_FIPS_INTEGRITY_H__
int do_fmp_integrity_check(struct exynos_fmp *fmp);
#endif // __FMP_FIPS_INTEGRITY_H__