xref: /linux/arch/mips/sgi-ip27/ip27-common.h (revision cfda8617e22a8bf217a613d0b3ba3a38778443ba)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __IP27_COMMON_H
4 #define __IP27_COMMON_H
5 
6 extern void ip27_reboot_setup(void);
7 extern void hub_rt_clock_event_init(void);
8 extern const struct plat_smp_ops ip27_smp_ops;
9 
10 #endif /* __IP27_COMMON_H */
11