blob: 877afe63eed571f82ae16126a8f59108e01e0c67 [file] [log] [blame]
Sergey Ryazanovba910342014-10-29 03:18:40 +04001#ifndef __AR2315_H
2#define __AR2315_H
3
4#ifdef CONFIG_SOC_AR2315
5
Sergey Ryazanov1753e742014-10-29 03:18:41 +04006void ar2315_arch_init_irq(void);
Sergey Ryazanova7473712014-10-29 03:18:44 +04007void ar2315_init_devices(void);
Sergey Ryazanovba910342014-10-29 03:18:40 +04008void ar2315_plat_time_init(void);
9void ar2315_plat_mem_setup(void);
Sergey Ryazanov1ac91b12014-10-29 03:18:43 +040010void ar2315_arch_init(void);
Sergey Ryazanovba910342014-10-29 03:18:40 +040011
12#else
13
Sergey Ryazanov1753e742014-10-29 03:18:41 +040014static inline void ar2315_arch_init_irq(void) {}
Sergey Ryazanova7473712014-10-29 03:18:44 +040015static inline void ar2315_init_devices(void) {}
Sergey Ryazanovba910342014-10-29 03:18:40 +040016static inline void ar2315_plat_time_init(void) {}
17static inline void ar2315_plat_mem_setup(void) {}
Sergey Ryazanov1ac91b12014-10-29 03:18:43 +040018static inline void ar2315_arch_init(void) {}
Sergey Ryazanovba910342014-10-29 03:18:40 +040019
20#endif
21
22#endif /* __AR2315_H */