mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
2d2e1d3c40
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
14 lines
450 B
C
14 lines
450 B
C
/* arch/arm/plat-samsung/include/plat/irq-vic-timer.h
|
|
*
|
|
* Copyright (c) 2010 Simtec Electronics
|
|
* Ben Dooks <ben@simtec.co.uk>
|
|
*
|
|
* Header file for Samsung SoC IRQ VIC timer
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
extern void s3c_init_vic_timer_irq(unsigned int num, unsigned int timer_irq);
|