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