/* $OpenBSD: bug.h,v 1.5 2001/01/14 20:25:23 smurph Exp $ */ #ifndef __MACHINE_BUG_H__ #define __MACHINE_BUG_H__ #include struct bugenv { int clun; int dlun; int ipl; int ctlr; int (*entry)(); int cfgblk; char *argstart; char *argend; }; #endif __MACHINE_BUG_H__