/* * Copyright (c) 1992 OMRON Corporation. * Copyright (c) 1992 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * OMRON Corporation. * * %sccs.include.redist.c% * * @(#)stinger.h 7.1 (Berkeley) 06/15/92 */ /* * stinger.h -- Stinger Kernel Interface Definitions * by A.Fujita, MAR-14-1992 * * This file should be remade. */ #include "rdvar.h" #include "memory.h" struct KernInter { caddr_t maxaddr; struct prgmem prg; int argc; char **argv; struct rd_partition *rd; };