blob: dbc22267b5abf54e08a6de672f5d09670775e458 [file] [log] [blame]
Alexei Fedorovf41355c2019-09-13 14:11:59 +01001/*
Govindraj Rajaeee28e72023-08-01 15:52:40 -05002 * Copyright (c) 2019, Arm Limited and Contributors. All rights reserved.
Alexei Fedorovf41355c2019-09-13 14:11:59 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef PAUTH_H
8#define PAUTH_H
9
10/*******************************************************************************
11 * ARMv8.3-PAuth support functions
12 ******************************************************************************/
13
14/* Disable ARMv8.3 pointer authentication in EL1/EL3 */
15void pauth_disable_el1(void);
16void pauth_disable_el3(void);
17
18#endif /* PAUTH_H */