blob: 919e2949afb506f7eb13976379ebf252378c4c21 [file] [log] [blame]
Stephan Gerhold253fef02021-12-01 20:03:33 +01001/*
2 * Copyright (c) 2021, Stephan Gerhold <stephan@gerhold.net>
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef MSM8916_GICV2_H
8#define MSM8916_GICV2_H
9
10void msm8916_gicv2_init(void);
Stephan Gerhold4bc53a12022-08-28 15:18:55 +020011void msm8916_gicv2_configure(void);
Stephan Gerhold253fef02021-12-01 20:03:33 +010012
13#endif /* MSM8916_GICV2_H */