msm8916_gicv2.h 259 B

12345678910111213
  1. /*
  2. * Copyright (c) 2021, Stephan Gerhold <stephan@gerhold.net>
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef MSM8916_GICV2_H
  7. #define MSM8916_GICV2_H
  8. void msm8916_gicv2_init(void);
  9. void msm8916_gicv2_configure(void);
  10. #endif /* MSM8916_GICV2_H */