1 /*
2  * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef WA_CVE_2017_5715_H
8 #define WA_CVE_2017_5715_H
9 
10 int check_wa_cve_2017_5715(void);
11 
12 #endif /* WA_CVE_2017_5715_H */
13