summaryrefslogtreecommitdiffstats
path: root/arch/m68k/68000/m68328.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-12-21 10:35:11 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2020-12-21 10:35:11 -0800
commit8552d28e140110fc935b39a6bfaf33c8ce3a1ad5 (patch)
tree8102bc58bb5be253a7df0993d8d06a128cbc125e /arch/m68k/68000/m68328.h
parent70990afa34fbac03ade78e2ad0ccd418acecfc04 (diff)
parent8b22820efb35f93d98638563b0a8f4094e8ee399 (diff)
downloadlinux-stable-8552d28e140110fc935b39a6bfaf33c8ce3a1ad5.tar.gz
linux-stable-8552d28e140110fc935b39a6bfaf33c8ce3a1ad5.tar.bz2
linux-stable-8552d28e140110fc935b39a6bfaf33c8ce3a1ad5.zip
Merge tag 'm68knommu-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
Pull m68knommu updates from Greg Ungerer: - cleanup of 68328 code - align BSS section to 32bit * tag 'm68knommu-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: m68k: m68328: remove duplicate code m68k: m68328: move platform code to separate files m68knommu: align BSS section to 4-byte boundaries
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);