dfd.h 311 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2022, MediaTek Inc. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef DFD_H
  7. #define DFD_H
  8. #include <arch_helpers.h>
  9. #include <lib/mmio.h>
  10. void dfd_resume(void);
  11. void dfd_setup(uint64_t base_addr, uint64_t chain_length, uint64_t cache_dump);
  12. #endif /* DFD_H */