4.3BSD-UWisc/include/sys/vmparam.h
/*
* Copyright (c) 1982, 1986 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*
* @(#)vmparam.h 7.1 (Berkeley) 6/4/86
*/
/*
* RCS Info
* $Header: vmparam.h,v 3.1 86/10/22 13:30:42 tadl Exp $
* $Locker: $
*/
/*
* Machine dependent constants
*/
#ifdef KERNEL
#include "../machine/vmparam.h"
#else
#include <machine/vmparam.h>
#endif
#if defined(KERNEL) && !defined(LOCORE)
int klseql;
int klsdist;
int klin;
int kltxt;
int klout;
#endif