blob: d8a2f8758490dc5aa6dc937cb117cf60a4a5b826 [file] [log] [blame]
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01001/*
2 * arch/arm/mach-sti/smp.h
3 *
4 * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
5 * http://www.st.com
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
11
12#ifndef __MACH_STI_SMP_H
13#define __MACH_STI_SMP_H
14
Masahiro Yamada75305272015-11-15 10:39:53 +090015extern const struct smp_operations sti_smp_ops;
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010016
Peter Griffin94a8cfce2015-06-09 15:33:00 +020017void sti_secondary_startup(void);
18
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +010019#endif