9e1e56e24eed3809b83eec716a84b7d4f1c263bd
[deliverable/linux.git] / arch / mips / ath25 / ar5312.h
1 #ifndef __AR5312_H
2 #define __AR5312_H
3
4 #ifdef CONFIG_SOC_AR5312
5
6 void ar5312_plat_time_init(void);
7 void ar5312_plat_mem_setup(void);
8
9 #else
10
11 static inline void ar5312_plat_time_init(void) {}
12 static inline void ar5312_plat_mem_setup(void) {}
13
14 #endif
15
16 #endif /* __AR5312_H */
This page took 0.062654 seconds and 4 git commands to generate.