summaryrefslogtreecommitdiffstats
path: root/arch/m68k/68000/m68328.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2020-10-30 15:26:23 +0100
committerGreg Ungerer <gerg@linux-m68k.org>2020-12-07 09:37:58 +1000
commita734bbf694270dca8594a5c33375867dc31503f5 (patch)
treedb7d21e1d0c736285ab003be58eac91f942b5011 /arch/m68k/68000/m68328.h
parent670d39657ca355615428d176e9de4e69bfb3cf9b (diff)
downloadlinux-a734bbf694270dca8594a5c33375867dc31503f5.tar.bz2
m68k: m68328: move platform code to separate files
The dragen2 and ucsimm/ucdimm files require a bit of custom code compared to the other dragonball platforms, move them into separate files as a preparation for a build fix. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/m68k/68000/m68328.h')
-rw-r--r--arch/m68k/68000/m68328.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m68k/68000/m68328.h b/arch/m68k/68000/m68328.h
new file mode 100644
index 000000000000..f6047c3168d4
--- /dev/null
+++ b/arch/m68k/68000/m68328.h
@@ -0,0 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0
+void init_dragen2(char *command, int size);
+void init_ucsimm(char *command, int size);
+struct rtc_time;
+int m68328_hwclk(int set, struct rtc_time *t);