pxa.h 278 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * PXA clocksource, clockevents, and OST interrupt handlers.
  4. *
  5. * Copyright (C) 2014 Robert Jarzmik
  6. */
  7. #ifndef _CLOCKSOURCE_PXA_H
  8. #define _CLOCKSOURCE_PXA_H
  9. extern void pxa_timer_nodt_init(int irq, void __iomem *base);
  10. #endif