BSD 4_3_Reno release
[unix-history] / usr / src / sys / sys / vmparam.h
CommitLineData
da7c5cc6 1/*
1810611d 2 * Copyright (c) 1982, 1986 Regents of the University of California.
da7c5cc6
KM
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 *
1c15e888 6 * @(#)vmparam.h 7.3 (Berkeley) 4/25/89
da7c5cc6 7 */
e4f0b1ec 8
59703a43
C
9/*
10 * Machine dependent constants
11 */
ca67e7b4 12#if defined(KERNEL) || defined(STANDALONE)
1c15e888 13#include "machine/vmparam.h"
88fc1c0a 14#else
59703a43 15#include <machine/vmparam.h>
88fc1c0a 16#endif
d9603537 17
59703a43
C
18#if defined(KERNEL) && !defined(LOCORE)
19int klseql;
20int klsdist;
21int klin;
22int kltxt;
23int klout;
24#endif