summaryrefslogtreecommitdiff
path: root/arch/m68k/68000/m68328.h
diff options
context:
space:
mode:
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);