1 /*
2  * Copyright (c) 2018-2021, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef __TFM_PERIPHERALS_DEF_H__
9 #define __TFM_PERIPHERALS_DEF_H__
10 
11 struct platform_data_t;
12 
13 
14 
15 #define TFM_PERIPHERAL_STD_UART     (0)
16 #define TFM_PERIPHERAL_TIMER0       (0)
17 
18 #endif /* __TFM_PERIPHERALS_DEF_H__ */
19