fvp_private.h 643 B

123456789101112131415161718192021222324
  1. /*
  2. * Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef FVP_PRIVATE_H
  7. #define FVP_PRIVATE_H
  8. #include <plat/arm/common/plat_arm.h>
  9. /*******************************************************************************
  10. * Function and variable prototypes
  11. ******************************************************************************/
  12. void fvp_config_setup(void);
  13. void fvp_interconnect_init(void);
  14. void fvp_interconnect_enable(void);
  15. void fvp_interconnect_disable(void);
  16. void fvp_timer_init(void);
  17. void tsp_early_platform_setup(void);
  18. #endif /* FVP_PRIVATE_H */