xref: /rk3399_ARM-atf/plat/arm/board/a5ds/a5ds_private.h (revision 8d0036d3d8c8ac1524539ea90382acafb1e524c0)
1 /*
2  * Copyright (c) 2019, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef A5DS_PRIVATE_H
8 #define A5DS_PRIVATE_H
9 
10 /*******************************************************************************
11  * Function and variable prototypes
12  ******************************************************************************/
13 void a5ds_config_setup(void);
14 
15 #endif /* A5DS_PRIVATE_H */
16