blob: d75d39280db75516542915e271fa815ddd725ffe [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
Russell King4baa9922008-08-02 10:55:55 +01003 * arch/arm/include/asm/mach/time.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 *
5 * Copyright (C) 2004 MontaVista Software, Inc.
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 */
7#ifndef __ASM_ARM_MACH_TIME_H
8#define __ASM_ARM_MACH_TIME_H
9
Linus Torvalds0cd61b62006-10-06 10:53:39 -070010extern void timer_tick(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
Xunlei Pangcb850712015-04-01 20:34:26 -070012typedef void (*clock_access_fn)(struct timespec64 *);
Pavel Tatashin227e3952018-07-19 16:55:37 -040013extern int register_persistent_clock(clock_access_fn read_persistent);
Marc Zyngierbd0493e2012-05-05 19:28:44 +010014
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#endif