[BACK]Return to bugio.h CVS log [TXT][DIR] Up to [local] / sys / arch / mvme88k / include

Annotation of sys/arch/mvme88k/include/bugio.h, Revision 1.1.1.1

1.1       nbrk        1: /*     $OpenBSD: bugio.h,v 1.16 2006/05/02 21:43:08 miod Exp $ */
                      2:
                      3: #ifndef __MACHINE_BUGIO_H__
                      4: #define __MACHINE_BUGIO_H__
                      5:
                      6: #include <machine/prom.h>
                      7:
                      8: void   buginit(void);
                      9: char   buginchr(void);
                     10: void   bugpcrlf(void);
                     11: void   bugoutchr(int);
                     12: void   bugreturn(void);
                     13: void   bugbrdid(struct mvmeprom_brdid *);
                     14: void   bugdiskrd(struct mvmeprom_dskio *);
                     15: int    spin_cpu(cpuid_t, vaddr_t);
                     16:
                     17: #endif /* __MACHINE_BUGIO_H__ */

CVSweb