split dev_queue
[cor.git] / include / clocksource / pxa.h
blob0cfe7b9fdf4c6dfc40c880537358d239b2f59b97
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * PXA clocksource, clockevents, and OST interrupt handlers.
5 * Copyright (C) 2014 Robert Jarzmik
6 */
8 #ifndef _CLOCKSOURCE_PXA_H
9 #define _CLOCKSOURCE_PXA_H
11 extern void pxa_timer_nodt_init(int irq, void __iomem *base);
13 #endif