Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/m68k/mac/mac.h
26439 views
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);
26
27