2019-06-04 16:11:33 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2013-06-25 19:15:10 +08:00
|
|
|
/*
|
|
|
|
* arch/arm/mach-sti/smp.h
|
|
|
|
*
|
|
|
|
* Copyright (C) 2013 STMicroelectronics (R&D) Limited.
|
|
|
|
* http://www.st.com
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __MACH_STI_SMP_H
|
|
|
|
#define __MACH_STI_SMP_H
|
|
|
|
|
2015-11-15 09:39:53 +08:00
|
|
|
extern const struct smp_operations sti_smp_ops;
|
2013-06-25 19:15:10 +08:00
|
|
|
|
2015-06-09 21:33:00 +08:00
|
|
|
void sti_secondary_startup(void);
|
|
|
|
|
2013-06-25 19:15:10 +08:00
|
|
|
#endif
|