mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
d2ebfd0519
Screw the description like that inbred T3Q
14 lines
278 B
C
14 lines
278 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* PXA clocksource, clockevents, and OST interrupt handlers.
|
|
*
|
|
* Copyright (C) 2014 Robert Jarzmik
|
|
*/
|
|
|
|
#ifndef _CLOCKSOURCE_PXA_H
|
|
#define _CLOCKSOURCE_PXA_H
|
|
|
|
extern void pxa_timer_nodt_init(int irq, void __iomem *base);
|
|
|
|
#endif
|