162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * arch/arm/include/asm/mach/time.h 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Copyright (C) 2004 MontaVista Software, Inc. 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci#ifndef __ASM_ARM_MACH_TIME_H 862306a36Sopenharmony_ci#define __ASM_ARM_MACH_TIME_H 962306a36Sopenharmony_ci 1062306a36Sopenharmony_citypedef void (*clock_access_fn)(struct timespec64 *); 1162306a36Sopenharmony_ciextern int register_persistent_clock(clock_access_fn read_persistent); 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#endif 14