Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / m68k / sun3x / time.h
blob496f406412adc1df3b94efe3d98cdf29ad5d8688
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 u32 sun3x_gettimeoffset(void);
7 void sun3x_sched_init(irq_handler_t vector);
9 struct mostek_dt {
10 volatile unsigned char csr;
11 volatile unsigned char sec;
12 volatile unsigned char min;
13 volatile unsigned char hour;
14 volatile unsigned char wday;
15 volatile unsigned char mday;
16 volatile unsigned char month;
17 volatile unsigned char year;
20 #endif