No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / mvme68k / stand / libbug / libbug.h
blobcd3a157d0c4822167c9c72f9658d4cb531ff1e70
1 /* $NetBSD: libbug.h,v 1.3 2000/12/05 21:54:33 scw Exp $ */
3 /*
4 * prototypes and such. note that get/put char are in stand.h
5 */
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 *);
18 * bugcrt stuff
21 extern struct mvmeprom_args bugargs;
23 void _bugstart(void);
24 void bugexec(void (*)(void));