1/* SPDX-License-Identifier: GPL-2.0 */
2
3#include <linux/linkage.h>
4
5struct rtc_time;
6
7/* config.c */
8asmlinkage void sun3_init(void);
9
10/* idprom.c */
11void sun3_get_model(char *model);
12
13/* intersil.c */
14int sun3_hwclk(int set, struct rtc_time *t);
15
16/* leds.c */
17void sun3_leds(unsigned char byte);
18
19/* mmu_emu.c */
20void mmu_emu_init(unsigned long bootmem_end);
21int mmu_emu_handle_fault(unsigned long vaddr, int read_flag, int kernel_fault);
22void print_pte_vaddr(unsigned long vaddr);
23

source code of linux/arch/m68k/sun3/sun3.h