1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 3 * arch/arm/mach-sti/smp.h 4 * 5 * Copyright (C) 2013 STMicroelectronics (R&D) 6 * http://www.st.com 7 */ 8 9 #ifndef __MACH_STI_SMP_H 10 #define __MACH_STI_SMP_H 11 12 extern const struct smp_operations sti_smp_ops 13 14 void sti_secondary_startup(void); 15 16 #endif 17
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.