blob: 0cfe7b9fdf4c6dfc40c880537358d239b2f59b97 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * PXA clocksource, clockevents, and OST interrupt handlers.
4 *
5 * Copyright (C) 2014 Robert Jarzmik
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00006 */
7
8#ifndef _CLOCKSOURCE_PXA_H
9#define _CLOCKSOURCE_PXA_H
10
11extern void pxa_timer_nodt_init(int irq, void __iomem *base);
12
13#endif