aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/common.h
diff options
context:
space:
mode:
authorGravatar Gregory CLEMENT <gregory.clement@free-electrons.com> 2012-06-01 18:21:46 +0200
committerGravatar Arnd Bergmann <arnd@arndb.de> 2012-07-10 15:47:48 +0200
commit31af49db7b2d700fdaf26ab55ca96428bc2e8b06 (patch)
treeccd77c9f062178dc90d70072c320b6e3990106a5 /arch/arm/mach-mvebu/common.h
parentarm: mach-mvebu: add header (diff)
downloadlinux-31af49db7b2d700fdaf26ab55ca96428bc2e8b06.tar.gz
linux-31af49db7b2d700fdaf26ab55ca96428bc2e8b06.tar.bz2
linux-31af49db7b2d700fdaf26ab55ca96428bc2e8b06.zip
arm: mach-mvebu: add source files
[ben.dooks@codethink.co.uk: fixup style error in system-controller] [ben.dooks@codethink.co.uk: check result of of_match_node()] Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Lior Amsalem <alior@marvell.com> Acked-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Yehuda Yitschak <yehuday@marvell.com> Tested-by: Lior Amsalem <alior@marvell.com> Tested-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'arch/arm/mach-mvebu/common.h')
-rw-r--r--arch/arm/mach-mvebu/common.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/common.h b/arch/arm/mach-mvebu/common.h
new file mode 100644
index 000000000000..f0eaa215e629
--- /dev/null
+++ b/arch/arm/mach-mvebu/common.h
@@ -0,0 +1,20 @@
+/*
+ * Core functions for Marvell System On Chip
+ *
+ * Copyright (C) 2012 Marvell
+ *
+ * Lior Amsalem <alior@marvell.com>
+ * Gregory CLEMENT <gregory.clement@free-electrons.com>
+ * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+ *
+ * This file is licensed under the terms of the GNU General Public
+ * License version 2. This program is licensed "as is" without any
+ * warranty of any kind, whether express or implied.
+ */
+
+#ifndef __ARCH_MVEBU_COMMON_H
+#define __ARCH_MVEBU_COMMON_H
+
+void mvebu_restart(char mode, const char *cmd);
+
+#endif