]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/mips/ath25/ar5312.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / mips / ath25 / ar5312.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
3b12308f
SR
2#ifndef __AR5312_H
3#define __AR5312_H
4
5#ifdef CONFIG_SOC_AR5312
6
1753e74e 7void ar5312_arch_init_irq(void);
a7473717 8void ar5312_init_devices(void);
3b12308f
SR
9void ar5312_plat_time_init(void);
10void ar5312_plat_mem_setup(void);
1ac91b1f 11void ar5312_arch_init(void);
3b12308f
SR
12
13#else
14
1753e74e 15static inline void ar5312_arch_init_irq(void) {}
a7473717 16static inline void ar5312_init_devices(void) {}
3b12308f
SR
17static inline void ar5312_plat_time_init(void) {}
18static inline void ar5312_plat_mem_setup(void) {}
1ac91b1f 19static inline void ar5312_arch_init(void) {}
3b12308f
SR
20
21#endif
22
23#endif /* __AR5312_H */