summaryrefslogtreecommitdiffstats
path: root/plat/ti/k3/include/k3_gicv3.h
blob: 2c68a7518b9181d92bc1a48b357f84a3becbe9c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef K3_GICV3_H
#define K3_GICV3_H

#include <stdint.h>

void k3_gic_driver_init(uintptr_t gic_base);
void k3_gic_init(void);
void k3_gic_cpuif_enable(void);
void k3_gic_cpuif_disable(void);
void k3_gic_pcpu_init(void);
void k3_gic_save_context(void);
void k3_gic_restore_context(void);

#endif /* K3_GICV3_H */