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 * @(#)memory.h 7.1 (Berkeley) 06/15/92 12 */ 13 14 /* 15 * memory.h -- ??? ( This file should be removed ) 16 * by A.Fujita, MAR-14-1992 17 */ 18 19 20 struct prgmem { 21 u_long pg_start; 22 u_long pg_end; 23 u_long pg_stack; 24 }; 25