Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at f2aeea57504cbbc58da3c59b939fc16150087648 14 lines 353 B view raw
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