153977Sfujita /* 253977Sfujita * Copyright (c) 1992 OMRON Corporation. 3*63194Sbostic * Copyright (c) 1992, 1993 4*63194Sbostic * The Regents of the University of California. 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*63194Sbostic * @(#)stinger.h 8.1 (Berkeley) 06/10/93 1253977Sfujita */ 1353977Sfujita 1453977Sfujita /* 1553977Sfujita * stinger.h -- Stinger Kernel Interface Definitions 1657593Sakito * remade by A.Fujita, JAN-12-1993 1753977Sfujita */ 1853977Sfujita 1953977Sfujita struct KernInter { 2057593Sakito caddr_t maxaddr; 2157593Sakito u_int dipsw; 2257593Sakito int plane; 2353977Sfujita }; 2453977Sfujita 2557593Sakito extern struct KernInter KernInter; 2657593Sakito 2757593Sakito #define KIFF_DIPSW_NOBM 0x0002 /* not use bitmap display as console */ 28