xref: /original-bsd/sys/luna68k/include/stinger.h (revision c21e1f3a)
1 /*
2  * Copyright (c) 1992 OMRON Corporation.
3  * Copyright (c) 1992 The Regents of the University of California.
4  * All rights reserved.
5  *
6  * This code is derived from software contributed to Berkeley by
7  * OMRON Corporation.
8  *
9  * %sccs.include.redist.c%
10  *
11  *	@(#)stinger.h	7.3 (Berkeley) 01/18/93
12  */
13 
14 /*
15  * stinger.h -- Stinger Kernel Interface Definitions
16  *   remade by A.Fujita, JAN-12-1993
17  */
18 
19 struct KernInter {
20 	caddr_t	maxaddr;
21 	u_int	dipsw;
22 	int	plane;
23 };
24 
25 extern struct KernInter KernInter;
26 
27 #define	KIFF_DIPSW_NOBM		0x0002		/* not use bitmap display as console */
28