14 lines
		
	
	
		
			284 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			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_ */
 |