blob: 127f82b0279197ddbaa602d5ee68a43b23ef55d8 [file] [log] [blame]
/*
* include/gic.h
*
* Copyright (C) 2024 ARM Limited. All rights reserved.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE.txt file.
*/
#ifndef __GIC_H
#define __GIC_H
#include <asm/gic.h>
void gic_secure_init(void);
#endif