1/* SPDX-License-Identifier: GPL-2.0 */
2
3struct rtc_time;
4
5/* baboon.c */
6void baboon_init(void);
7
8/* iop.c */
9void iop_init(void);
10
11/* misc.c */
12int mac_hwclk(int op, struct rtc_time *t);
13
14/* macboing.c */
15void mac_mksound(unsigned int freq, unsigned int length);
16
17/* oss.c */
18void oss_init(void);
19
20/* psc.c */
21void psc_init(void);
22
23/* via.c */
24void via_init(void);
25void via_init_clock(void);
26