blob: 9e1e56e24eed3809b83eec716a84b7d4f1c263bd [file] [log] [blame]
Sergey Ryazanov3b12308f2014-10-29 03:18:39 +04001#ifndef __AR5312_H
2#define __AR5312_H
3
4#ifdef CONFIG_SOC_AR5312
5
6void ar5312_plat_time_init(void);
7void ar5312_plat_mem_setup(void);
8
9#else
10
11static inline void ar5312_plat_time_init(void) {}
12static inline void ar5312_plat_mem_setup(void) {}
13
14#endif
15
16#endif /* __AR5312_H */