mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
a734bbf694
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>
6 lines
187 B
C
6 lines
187 B
C
// 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);
|