2019-05-27 14:55:05 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2006-01-14 05:30:48 +08:00
|
|
|
/*
|
2008-08-02 17:55:55 +08:00
|
|
|
* arch/arm/include/asm/hardware/vic.h
|
2006-01-14 05:30:48 +08:00
|
|
|
*
|
|
|
|
* Copyright (c) ARM Limited 2003. All rights reserved.
|
|
|
|
*/
|
|
|
|
#ifndef __ASM_ARM_HARDWARE_VIC_H
|
|
|
|
#define __ASM_ARM_HARDWARE_VIC_H
|
|
|
|
|
2012-11-07 03:14:26 +08:00
|
|
|
#include <linux/types.h>
|
|
|
|
|
2009-03-24 23:30:07 +08:00
|
|
|
void vic_init(void __iomem *base, unsigned int irq_start, u32 vic_sources, u32 resume_sources);
|
2006-01-14 05:30:48 +08:00
|
|
|
|
|
|
|
#endif
|