1 /*
2  * Copyright (c) 2020, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef TWED_H
8 #define TWED_H
9 
10 #include <stdint.h>
11 
12 #define TWED_DISABLED U(0xFFFFFFFF)
13 
14 uint32_t plat_arm_set_twedel_scr_el3(void);
15 
16 #endif /* TWEDE_H */
17