Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Generic definitions for Marvell Armada_370_XP SoCs
0004  *
0005  * Copyright (C) 2012 Marvell
0006  *
0007  * Lior Amsalem <alior@marvell.com>
0008  * Gregory CLEMENT <gregory.clement@free-electrons.com>
0009  * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
0010  */
0011 
0012 #ifndef __MACH_ARMADA_370_XP_H
0013 #define __MACH_ARMADA_370_XP_H
0014 
0015 #ifdef CONFIG_SMP
0016 void armada_xp_secondary_startup(void);
0017 extern const struct smp_operations armada_xp_smp_ops;
0018 #endif
0019 
0020 #endif /* __MACH_ARMADA_370_XP_H */