blob: 0f79e4dec7f98ccddb8429a1e6b262ca146c0d38 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Russell King4baa9922008-08-02 10:55:55 +01002 * arch/arm/include/asm/mach/time.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 *
4 * Copyright (C) 2004 MontaVista Software, Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10#ifndef __ASM_ARM_MACH_TIME_H
11#define __ASM_ARM_MACH_TIME_H
12
Linus Torvalds0cd61b62006-10-06 10:53:39 -070013extern void timer_tick(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
Xunlei Pangcb850712015-04-01 20:34:26 -070015typedef void (*clock_access_fn)(struct timespec64 *);
Marc Zyngierbd0493e2012-05-05 19:28:44 +010016extern int register_persistent_clock(clock_access_fn read_boot,
17 clock_access_fn read_persistent);
18
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#endif