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