mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 10:31:54 +00:00
7162ba0372
Move the VIC based timer interrupt handling out of plat-s3c64xx and into plat-samsung to be re-used for other systems. This also reduces the code size as we now have a common init routine and use the irq_desc to store the interrupt number of the timer. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
14 lines
446 B
C
14 lines
446 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 vic, unsigned int timer);
|