mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 00:57:28 -04:00
25 lines
561 B
C
25 lines
561 B
C
/* $NetBSD: libbug.h,v 1.4 2008/01/12 09:54:31 tsutsui Exp $ */
|
|
|
|
/*
|
|
* prototypes and such. note that get/put char are in stand.h
|
|
*/
|
|
|
|
|
|
void mvmeprom_delay(int);
|
|
int mvmeprom_diskrd(struct mvmeprom_dskio *);
|
|
int mvmeprom_diskwr(struct mvmeprom_dskio *);
|
|
struct mvmeprom_brdid *mvmeprom_getbrdid(void);
|
|
int peekchar(void);
|
|
void mvmeprom_outln(char *, char *);
|
|
void mvmeprom_outstr(char *, char *);
|
|
void mvmeprom_rtc_rd(struct mvmeprom_time *);
|
|
|
|
/*
|
|
* bugcrt stuff
|
|
*/
|
|
|
|
extern struct mvmeprom_args bugargs;
|
|
|
|
void _bugstart(void);
|
|
void bugexec(void (*)(void));
|