dram_win.h 332 B

123456789101112131415161718
  1. /*
  2. * Copyright (C) 2018 Marvell International Ltd.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. * https://spdx.org/licenses
  6. */
  7. #ifndef DRAM_WIN_H
  8. #define DRAM_WIN_H
  9. #include <common/bl_common.h>
  10. #include <io_addr_dec.h>
  11. void dram_win_map_build(struct dram_win_map *win_map);
  12. void cpu_wins_init(void);
  13. #endif /* DRAM_WIN_H */