summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/bug.h
blob: 265ad5fae2238907d1cad1c8f998245cc9ac219d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*	$OpenBSD: bug.h,v 1.9 2002/03/14 01:26:39 millert Exp $ */

#ifndef _MACHINE_BUG_H_
#define _MACHINE_BUG_H_

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

#endif	/* _MACHINE_BUG_H_ */