msm8916_setup.h 332 B

1234567891011121314
  1. /*
  2. * Copyright (c) 2022-2023, Stephan Gerhold <stephan@gerhold.net>
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef MSM8916_SETUP_H
  7. #define MSM8916_SETUP_H
  8. void msm8916_early_platform_setup(void);
  9. void msm8916_plat_arch_setup(uintptr_t base, size_t size);
  10. void msm8916_platform_setup(void);
  11. #endif /* MSM8916_SETUP_H */