1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __IP27_COMMON_H
4 #define __IP27_COMMON_H
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;
10 #endif /* __IP27_COMMON_H */