Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux-2.6-block.git] / arch / arm / mach-sti / smp.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
65ebcc11
SK
2/*
3 * arch/arm/mach-sti/smp.h
4 *
5 * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
6 * http://www.st.com
65ebcc11
SK
7 */
8
9#ifndef __MACH_STI_SMP_H
10#define __MACH_STI_SMP_H
11
75305275 12extern const struct smp_operations sti_smp_ops;
65ebcc11 13
94a8cfce
PG
14void sti_secondary_startup(void);
15
65ebcc11 16#endif