forked from luck/tmp_suning_uos_patched
e9268ef225
Introduce lowlevel interrupt routines. Signed-off-by: "Hans J. Koch" <hjk@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
8 lines
175 B
C
8 lines
175 B
C
#ifndef MACH_TCC8K_COMMON_H
|
|
#define MACH_TCC8K_COMMON_H
|
|
|
|
extern void tcc_clocks_init(unsigned long xi_freq, unsigned long xti_freq);
|
|
extern void tcc8k_init_irq(void);
|
|
|
|
#endif
|