Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * arch/arm/include/asm/hardware/vic.h
4 *
5 * Copyright (c) ARM Limited 2003. All rights reserved.
6 */
7#ifndef __ASM_ARM_HARDWARE_VIC_H
8#define __ASM_ARM_HARDWARE_VIC_H
9
10#include <linux/types.h>
11
12void vic_init(void __iomem *base, unsigned int irq_start, u32 vic_sources, u32 resume_sources);
13
14#endif