Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / m68k / sun3x / time.h
blob7cfff22e49869c8ad90eb05abcec1d0c04aec255
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef SUN3X_TIME_H
3 #define SUN3X_TIME_H
5 extern int sun3x_hwclk(int set, struct rtc_time *t);
6 void sun3x_sched_init(void);
8 struct mostek_dt {
9 volatile unsigned char csr;
10 volatile unsigned char sec;
11 volatile unsigned char min;
12 volatile unsigned char hour;
13 volatile unsigned char wday;
14 volatile unsigned char mday;
15 volatile unsigned char month;
16 volatile unsigned char year;
19 #endif