]> Git Repo - J-linux.git/blob - arch/m68k/mac/mac.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / m68k / mac / mac.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 struct rtc_time;
4
5 /* baboon.c */
6 void baboon_init(void);
7
8 /* iop.c */
9 void iop_init(void);
10
11 /* misc.c */
12 int mac_hwclk(int op, struct rtc_time *t);
13
14 /* macboing.c */
15 void mac_mksound(unsigned int freq, unsigned int length);
16
17 /* oss.c */
18 void oss_init(void);
19
20 /* psc.c */
21 void psc_init(void);
22
23 /* via.c */
24 void via_init(void);
25 void via_init_clock(void);
This page took 0.024854 seconds and 4 git commands to generate.