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