Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * arch/arm/include/asm/mach/time.h
0004  *
0005  * Copyright (C) 2004 MontaVista Software, Inc.
0006  */
0007 #ifndef __ASM_ARM_MACH_TIME_H
0008 #define __ASM_ARM_MACH_TIME_H
0009 
0010 typedef void (*clock_access_fn)(struct timespec64 *);
0011 extern int register_persistent_clock(clock_access_fn read_persistent);
0012 
0013 #endif