xref: /linux/arch/mips/sgi-ip30/ip30-common.h (revision 9d106c6dd81bb26ad7fc3ee89cb1d62557c8e2c9)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __IP30_COMMON_H
4 #define __IP30_COMMON_H
5 
6 extern struct plat_smp_ops ip30_smp_ops;
7 extern void __init ip30_per_cpu_init(void);
8 
9 #endif /* __IP30_COMMON_H */
10