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