summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/bug.h
blob: c13c6527f62f1c225698dde893bcd1fe2fd241f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*	$OpenBSD: bug.h,v 1.5 2001/01/14 20:25:23 smurph Exp $ */
#ifndef __MACHINE_BUG_H__
#define __MACHINE_BUG_H__
#include <machine/bugio.h>

struct bugenv {
	int	clun;
	int	dlun;
	int	ipl;
	int	ctlr;
	int	(*entry)();
	int	cfgblk;
	char	*argstart;
	char	*argend;
};
#endif __MACHINE_BUG_H__