You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* Copyright (c) 2020, Arm Limited. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef TWED_H
|
|
#define TWED_H
|
|
|
|
#include <stdint.h>
|
|
|
|
#define TWED_DISABLED U(0xFFFFFFFF)
|
|
|
|
uint32_t plat_arm_set_twedel_scr_el3(void);
|
|
|
|
#endif /* TWEDE_H */
|