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