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

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

1.1       nbrk        1: /*     $OpenBSD: bug.h,v 1.9 2002/03/14 01:26:39 millert Exp $ */
                      2:
                      3: #ifndef _MACHINE_BUG_H_
                      4: #define _MACHINE_BUG_H_
                      5:
                      6: struct bugenv {
                      7:        int     clun;
                      8:        int     dlun;
                      9:        int     ipl;
                     10:        int     ctlr;
                     11:        int     (*entry)(void);
                     12:        int     cfgblk;
                     13:        char    *argstart;
                     14:        char    *argend;
                     15: };
                     16:
                     17: #endif /* _MACHINE_BUG_H_ */

CVSweb