Linux 5.7.7
[linux/fpc-iii.git] / arch / arm / include / asm / mach / time.h
blobd75d39280db75516542915e271fa815ddd725ffe
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * arch/arm/include/asm/mach/time.h
5 * Copyright (C) 2004 MontaVista Software, Inc.
6 */
7 #ifndef __ASM_ARM_MACH_TIME_H
8 #define __ASM_ARM_MACH_TIME_H
10 extern void timer_tick(void);
12 typedef void (*clock_access_fn)(struct timespec64 *);
13 extern int register_persistent_clock(clock_access_fn read_persistent);
15 #endif