You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/arch/arm/mach-tcc8k/common.h

15 lines
389 B

#ifndef MACH_TCC8K_COMMON_H
#define MACH_TCC8K_COMMON_H
#include <linux/platform_device.h>
extern struct platform_device tcc_nand_device;
struct clk;
extern void tcc_clocks_init(unsigned long xi_freq, unsigned long xti_freq);
extern void tcc8k_timer_init(struct clk *clock, void __iomem *base, int irq);
extern void tcc8k_init_irq(void);
extern void tcc8k_map_common_io(void);
#endif