blob: 0a65a569246fb789ee7141176efb26e4d90ac7a3 [file] [log] [blame]
Dimitris Papastamos570c06a2018-04-06 15:29:34 +01001/*
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
10int check_wa_cve_2017_5715(void);
11
12#endif /* __WA_CVE_2017_5715_H__ */