mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-15 17:07:04 +02:00
This patch renames symbols and files relating to CVE-2017-5715 to make it easier to introduce new symbols and files for new CVE mitigations. Change-Id: I24c23822862ca73648c772885f1690bed043dbc7 Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>
13 lines
260 B
C
13 lines
260 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__ */
|