imx_plat_common.h 256 B

12345678910111213141516
  1. /*
  2. * Copyright 2023-2024 NXP
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef IMX_PLAT_COMMON_H
  7. #define IMX_PLAT_COMMON_H
  8. #include <stdint.h>
  9. #include <arch_helpers.h>
  10. uint32_t plat_get_spsr_for_bl33_entry(void);
  11. #endif /*IMX_PLAT_COMMON_H */