Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / arm / mach-sti / smp.h
blob23e929d83a14e7ed9b600ed526688184ee46a7f2
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * arch/arm/mach-sti/smp.h
5 * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
6 * http://www.st.com
7 */
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);
16 #endif