xref: /aosp_15_r20/external/arm-trusted-firmware/include/services/trp/platform_trp.h (revision 54fd6939e177f8ff529b10183254802c76df6d08)
1 /*
2  * Copyright (c) 2021, 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 /*******************************************************************************
11  * Mandatory TRP functions (only if platform contains a TRP)
12  ******************************************************************************/
13 void trp_early_platform_setup(void);
14 
15 #endif /* PLATFORM_TRP_H */
16