Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / arch / arm / mach-mvebu / armada-370-xp.h
CommitLineData
0fdebc5e 1/* SPDX-License-Identifier: GPL-2.0-only */
9ae6f740
TP
2/*
3 * Generic definitions for Marvell Armada_370_XP SoCs
4 *
5 * Copyright (C) 2012 Marvell
6 *
7 * Lior Amsalem <alior@marvell.com>
8 * Gregory CLEMENT <gregory.clement@free-electrons.com>
9 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9ae6f740
TP
10 */
11
12#ifndef __MACH_ARMADA_370_XP_H
13#define __MACH_ARMADA_370_XP_H
14
344e873e 15#ifdef CONFIG_SMP
11dc35e4 16void armada_xp_secondary_startup(void);
75305275 17extern const struct smp_operations armada_xp_smp_ops;
344e873e
GC
18#endif
19
9ae6f740 20#endif /* __MACH_ARMADA_370_XP_H */