[BACK]Return to libbug.h CVS log [TXT][DIR] Up to [local] / sys / arch / mvme68k / stand / libbug

Annotation of sys/arch/mvme68k/stand/libbug/libbug.h, Revision 1.1.1.1

1.1       nbrk        1: /*     $OpenBSD: libbug.h,v 1.4 2003/08/20 00:25:59 deraadt 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   bugexec(void (*)(void));

CVSweb