xref: /netbsd-src/sys/arch/mvme68k/stand/libbug/libbug.h (revision 2a399c6883d870daece976daec6ffa7bb7f934ce)
1 /*	$NetBSD: libbug.h,v 1.1 1996/05/17 19:51:08 chuck 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 void	bugexec __P((void (*)()));
24