armada_common.h 338 B

1234567891011121314151617
  1. /*
  2. * Copyright (C) 2018 Marvell International Ltd.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. * https://spdx.org/licenses
  6. */
  7. #ifndef ARMADA_COMMON_H
  8. #define ARMADA_COMMON_H
  9. #include <stdint.h>
  10. #include <io_addr_dec.h>
  11. int marvell_get_io_dec_win_conf(struct dec_win_config **win, uint32_t *size);
  12. #endif /* ARMADA_COMMON_H */