summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/old/include/bug.h
blob: 93fe1e6ccd5949373f38d70348474271516f3633 (plain)
1
2
3
4
5
6
7
8
struct bugenv {
	int	clun;
	int	dlun;
	int	ipl;
	int	(*entry)();
	char	bootargs[256];
};