blob: 5dcbae9a765f1183bfcf80edaf6a6c650ac2d837 [file] [log] [blame]
Boyan Karatotev8cef63d2025-01-07 11:26:56 +00001/*
2 * Copyright (c) 2025, Arm Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
Boyan Karatotev13b62812024-11-20 14:02:32 +00006
7#include <drivers/arm/gic.h>
8#include <drivers/arm/gicv5.h>
9
10void gic_cpuif_enable(unsigned int cpu_idx)
11{
12}
13
14void gic_cpuif_disable(unsigned int cpu_idx)
15{
16}
17
18void gic_pcpu_init(unsigned int cpu_idx)
19{
20}
21
22void gic_pcpu_off(unsigned int cpu_idx)
23{
24}
25