Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *  arch/arm/mach-sti/smp.h
0004  *
0005  * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
0006  *      http://www.st.com
0007  */
0008 
0009 #ifndef __MACH_STI_SMP_H
0010 #define __MACH_STI_SMP_H
0011 
0012 extern const struct smp_operations sti_smp_ops;
0013 
0014 void sti_secondary_startup(void);
0015 
0016 #endif