blob: 23e929d83a14e7ed9b600ed526688184ee46a7f2 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01002/*
3 * arch/arm/mach-sti/smp.h
4 *
5 * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
6 * http://www.st.com
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01007 */
8
9#ifndef __MACH_STI_SMP_H
10#define __MACH_STI_SMP_H
11
Masahiro Yamada75305272015-11-15 10:39:53 +090012extern const struct smp_operations sti_smp_ops;
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010013
Peter Griffin94a8cfce2015-06-09 15:33:00 +020014void sti_secondary_startup(void);
15
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010016#endif