summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/bug.h
blob: ac6cee7cb89dd67477da419176ecf6e33394b9a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*	$OpenBSD: bug.h,v 1.8 2001/11/27 05:36:40 miod Exp $ */

#ifndef _MACHINE_BUG_H_
#define _MACHINE_BUG_H_

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

#endif	/* _MACHINE_BUG_H_ */