/* * Copyright (C) 2014 Novatek Microelectronics Corp. All rights reserved. * Author: SP-KSW * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __ARCH_CLOCK_H_ #define __ARCH_CLOCK_H_ unsigned long get_cpu_clk(void); #endif /* __ARCH_CLOCK_H_ */