xref: /rk3399_ARM-atf/include/plat/marvell/armada/a3k/common/armada_common.h (revision b35ce0c413a71689a2b46453b9c30596128f13dc)
1 /*
2  * Copyright (C) 2018 Marvell International Ltd.
3  *
4  * SPDX-License-Identifier:     BSD-3-Clause
5  * https://spdx.org/licenses
6  */
7 
8 #ifndef ARMADA_COMMON_H
9 #define ARMADA_COMMON_H
10 
11 #include <stdint.h>
12 
13 #include <io_addr_dec.h>
14 
15 int marvell_get_io_dec_win_conf(struct dec_win_config **win, uint32_t *size);
16 
17 #endif /* ARMADA_COMMON_H */
18