xref: /linux/arch/mips/sgi-ip27/ip27-common.h (revision a7d22ca2a483d6c69c0791954447464297315ffa)
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