imx7_def.h 550 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef IMX7_DEF_H
  7. #define IMX7_DEF_H
  8. #include <stdint.h>
  9. /*******************************************************************************
  10. * Function and variable prototypes
  11. ******************************************************************************/
  12. void plat_imx_io_setup(void);
  13. void imx7_platform_setup(u_register_t arg1, u_register_t arg2,
  14. u_register_t arg3, u_register_t arg4);
  15. #endif /*IMX7_DEF_H */