xref: /rk3399_ARM-atf/include/services/trp/platform_trp.h (revision 6dc5979a6cb2121e4c16e7bd62e24030e0f42755)
1 /*
2  * Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef PLATFORM_TRP_H
8 #define PLATFORM_TRP_H
9 
10 #include <services/rmm_core_manifest.h>
11 
12 /*******************************************************************************
13  * Mandatory TRP functions (only if platform contains a TRP)
14  ******************************************************************************/
15 void trp_early_platform_setup(rmm_manifest_t *manifest);
16 
17 #endif /* PLATFORM_TRP_H */
18