153977Sfujita /* 253977Sfujita * Copyright (c) 1992 OMRON Corporation. 353977Sfujita * Copyright (c) 1992 The Regents of the University of California. 453977Sfujita * All rights reserved. 553977Sfujita * 653977Sfujita * This code is derived from software contributed to Berkeley by 753977Sfujita * OMRON Corporation. 853977Sfujita * 953977Sfujita * %sccs.include.redist.c% 1053977Sfujita * 11*57593Sakito * @(#)stinger.h 7.3 (Berkeley) 01/18/93 1253977Sfujita */ 1353977Sfujita 1453977Sfujita /* 1553977Sfujita * stinger.h -- Stinger Kernel Interface Definitions 16*57593Sakito * remade by A.Fujita, JAN-12-1993 1753977Sfujita */ 1853977Sfujita 1953977Sfujita struct KernInter { 20*57593Sakito caddr_t maxaddr; 21*57593Sakito u_int dipsw; 22*57593Sakito int plane; 2353977Sfujita }; 2453977Sfujita 25*57593Sakito extern struct KernInter KernInter; 26*57593Sakito 27*57593Sakito #define KIFF_DIPSW_NOBM 0x0002 /* not use bitmap display as console */ 28