mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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);
|