summaryrefslogtreecommitdiff
path: root/arch/arc/plat-eznps/include/plat/smp.h
diff options
context:
space:
mode:
authorNoam Camus <noamc@ezchip.com>2012-08-19 11:54:33 +0300
committerVineet Gupta <vgupta@synopsys.com>2016-05-09 09:32:32 +0530
commit4a66d3fecf6554c4e1482774833da4f07cade787 (patch)
tree7d694c613677382bef4d822371ff44c805072753 /arch/arc/plat-eznps/include/plat/smp.h
parent845033be0041d1f8c8c691dbd54223d425c9ace5 (diff)
ARC: [plat-eznps] Add eznps platform
This platform include boards: Hardware Emulator (HE) Simulator based upon nSIM. Signed-off-by: Noam Camus <noamc@ezchip.com>
Diffstat (limited to 'arch/arc/plat-eznps/include/plat/smp.h')
-rw-r--r--arch/arc/plat-eznps/include/plat/smp.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arc/plat-eznps/include/plat/smp.h b/arch/arc/plat-eznps/include/plat/smp.h
new file mode 100644
index 000000000000..06b59bd13a95
--- /dev/null
+++ b/arch/arc/plat-eznps/include/plat/smp.h
@@ -0,0 +1,26 @@
+/*
+ * Copyright(c) 2015 EZchip Technologies.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+ * The full GNU General Public License is included in this distribution in
+ * the file called "COPYING".
+ */
+
+#ifndef __PLAT_EZNPS_SMP_H
+#define __PLAT_EZNPS_SMP_H
+
+#ifdef CONFIG_SMP
+
+extern void res_service(void);
+
+#endif /* CONFIG_SMP */
+
+#endif