blob: d2bcaee712f349b9d0fbbee5c3790b3d140c9171 [file] [log] [blame]
Thomas Bogendoerfer75055762019-10-24 12:18:29 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef __IP30_COMMON_H
4#define __IP30_COMMON_H
5
6extern struct plat_smp_ops ip30_smp_ops;
7extern void __init ip30_per_cpu_init(void);
8
9#endif /* __IP30_COMMON_H */