changes to pass clock frame by reference rather than value;
[unix-history] / usr / src / sys / hp300 / include / types.h
CommitLineData
f0122e7f
KB
1/*-
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * %sccs.include.redist.c%
6 *
6124b236 7 * @(#)types.h 7.9 (Berkeley) %G%
f0122e7f
KB
8 */
9
f43b7ac0
KB
10#ifndef _MACHTYPES_H_
11#define _MACHTYPES_H_
f0122e7f 12
cddaf703
KB
13typedef struct _physadr {
14 short r[1];
15} *physadr;
6124b236 16
cddaf703
KB
17typedef struct label_t { /* consistent with HP-UX */
18 int val[15];
f43b7ac0 19} label_t;
6124b236 20
821994e7
KB
21typedef u_long vm_offset_t;
22typedef u_long vm_size_t;
6124b236 23
f43b7ac0 24#endif /* _MACHTYPES_H_ */