blob: 50c0f76c768d5ee31f762ec07e4e1bc364972bb5 [file] [log] [blame]
Bipin Ravi9b2510b2022-02-23 23:45:50 -06001/*
Govindraj Raja4c700c12023-08-01 15:52:40 -05002 * Copyright (c) 2022, Arm Limited and Contributors. All rights reserved.
Bipin Ravi9b2510b2022-02-23 23:45:50 -06003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef WA_CVE_2022_23960_H
8#define WA_CVE_2022_23960_H
9
10int check_smccc_arch_wa3_applies(void);
11
12#endif /* WA_CVE_2022_23960_H */