Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 2 | /* |
| 3 | * arch/arm/mach-sti/smp.h |
| 4 | * |
| 5 | * Copyright (C) 2013 STMicroelectronics (R&D) Limited. |
| 6 | * http://www.st.com |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef __MACH_STI_SMP_H |
| 10 | #define __MACH_STI_SMP_H |
| 11 | |
Masahiro Yamada | 7530527 | 2015-11-15 10:39:53 +0900 | [diff] [blame] | 12 | extern const struct smp_operations sti_smp_ops; |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 13 | |
Peter Griffin | 94a8cfce | 2015-06-09 15:33:00 +0200 | [diff] [blame] | 14 | void sti_secondary_startup(void); |
| 15 | |
Srinivas Kandagatla | 65ebcc1 | 2013-06-25 12:15:10 +0100 | [diff] [blame] | 16 | #endif |