blob: fdcc02a66a12fb114f8c0661b816c1cfc7ed21c3 [file] [log] [blame]
Konstantin Porotchkine7be6e22018-10-08 16:53:09 +03001/*
2 * Copyright (C) 2018 Marvell International Ltd.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 * https://spdx.org/licenses
6 */
7
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00008#ifndef ARMADA_COMMON_H
9#define ARMADA_COMMON_H
Konstantin Porotchkine7be6e22018-10-08 16:53:09 +030010
11#include <io_addr_dec.h>
12#include <stdint.h>
13
14int marvell_get_io_dec_win_conf(struct dec_win_config **win, uint32_t *size);
15
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000016#endif /* ARMADA_COMMON_H */