xref: /rk3399_ARM-atf/plat/arm/board/a5ds/a5ds_private.h (revision c6d9fdbc788ccc7bdb2d573fd1b527a3d70e916b)
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