summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/stamp9g20.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-10-29 23:48:54 (GMT)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-11-06 12:29:48 (GMT)
commitad238495fec59bdf6e1dfb119ac58b8d2d715a17 (patch)
tree402b6b9cef011bf3747ec8a79d4b70f7f50a560a /arch/arm/mach-at91/stamp9g20.h
parentd6ca436e01bb25080a29bcf1382f5544ca343b4d (diff)
downloadlinux-fsl-qoriq-ad238495fec59bdf6e1dfb119ac58b8d2d715a17.tar.xz
arm: at91: move board header to arch/arm/mach-at91
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/stamp9g20.h')
-rw-r--r--arch/arm/mach-at91/stamp9g20.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/stamp9g20.h b/arch/arm/mach-at91/stamp9g20.h
new file mode 100644
index 0000000..f62c0ab
--- /dev/null
+++ b/arch/arm/mach-at91/stamp9g20.h
@@ -0,0 +1,7 @@
+#ifndef __MACH_STAMP9G20_H
+#define __MACH_STAMP9G20_H
+
+void stamp9g20_init_early(void);
+void stamp9g20_board_init(void);
+
+#endif