nt9856x/BSP/u-boot/arch/arm/include/asm/arch-nvt-na51103_a32/clock.h
2023-03-28 15:07:53 +08:00

14 lines
284 B
C
Executable File

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