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