diff options
Diffstat (limited to 'arch/mips/ath25/ar2315.h')
-rw-r--r-- | arch/mips/ath25/ar2315.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/mips/ath25/ar2315.h b/arch/mips/ath25/ar2315.h new file mode 100644 index 000000000000..baeaf847223a --- /dev/null +++ b/arch/mips/ath25/ar2315.h @@ -0,0 +1,16 @@ +#ifndef __AR2315_H +#define __AR2315_H + +#ifdef CONFIG_SOC_AR2315 + +void ar2315_plat_time_init(void); +void ar2315_plat_mem_setup(void); + +#else + +static inline void ar2315_plat_time_init(void) {} +static inline void ar2315_plat_mem_setup(void) {} + +#endif + +#endif /* __AR2315_H */ |