1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * arch/arm/mach-sti/smp.h
5 * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
9 #ifndef __MACH_STI_SMP_H
10 #define __MACH_STI_SMP_H
12 extern const struct smp_operations sti_smp_ops
;
14 void sti_secondary_startup(void);