xref: /netbsd/sys/arch/mvme68k/stand/libbug/libbug.h (revision bf9ec67e)
1 /*	$NetBSD: libbug.h,v 1.3 2000/12/05 21:54:33 scw Exp $	*/
2 
3 /*
4  * prototypes and such.   note that get/put char are in stand.h
5  */
6 
7 
8 void	mvmeprom_delay __P((int));
9 int	mvmeprom_diskrd __P((struct mvmeprom_dskio *));
10 int	mvmeprom_diskwr __P((struct mvmeprom_dskio *));
11 struct	mvmeprom_brdid *mvmeprom_getbrdid __P((void));
12 int	peekchar __P((void));
13 void	mvmeprom_outln __P((char *, char *));
14 void	mvmeprom_outstr __P((char *, char *));
15 void	mvmeprom_rtc_rd __P((struct mvmeprom_time *));
16 
17 /*
18  * bugcrt stuff
19  */
20 
21 extern struct mvmeprom_args bugargs;
22 
23 extern void	_bugstart __P((void));
24 extern void	bugexec __P((void (*)(void)));
25 extern void _rtt(void);
26