blob: 5a7c9bf2c9faf3f588eb77a14bce17ba9fe4df20 [file] [log] [blame]
Dimitris Papastamosfe007b22018-05-16 11:36:14 +01001/*
Govindraj Raja4c700c12023-08-01 15:52:40 -05002 * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.
Dimitris Papastamosfe007b22018-05-16 11:36:14 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diaz43534992018-10-25 17:11:02 +01007#ifndef WA_CVE_2018_3639_H
8#define WA_CVE_2018_3639_H
Dimitris Papastamosfe007b22018-05-16 11:36:14 +01009
10void *wa_cve_2018_3639_get_disable_ptr(void);
11
Antonio Nino Diaz43534992018-10-25 17:11:02 +010012#endif /* WA_CVE_2018_3639_H */