mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
13e0b4059b
This adds a new slightly rewritten timer driver for the Intel IXP4xx clocksource, clockevent and delay timer. Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
11 lines
244 B
C
11 lines
244 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __TIMER_IXP4XX_H
|
|
#define __TIMER_IXP4XX_H
|
|
|
|
#include <linux/ioport.h>
|
|
|
|
void __init ixp4xx_timer_setup(resource_size_t timerbase,
|
|
int timer_irq,
|
|
unsigned int timer_freq);
|
|
|
|
#endif
|