mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-05 10:28:41 +00:00

No functional changes. Change-Id: Iaab0310848be587b635ce5339726e92a50f534e0 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
12 lines
248 B
C
12 lines
248 B
C
/*
|
|
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef WA_CVE_2017_5715_H
|
|
#define WA_CVE_2017_5715_H
|
|
|
|
int check_wa_cve_2017_5715(void);
|
|
|
|
#endif /* WA_CVE_2017_5715_H */
|