summaryrefslogtreecommitdiffstats
path: root/plat/qti/msm8916/msm8916_gicv2.h
blob: 919e2949afb506f7eb13976379ebf252378c4c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2021, Stephan Gerhold <stephan@gerhold.net>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef MSM8916_GICV2_H
#define MSM8916_GICV2_H

void msm8916_gicv2_init(void);
void msm8916_gicv2_configure(void);

#endif /* MSM8916_GICV2_H */