xref: /original-bsd/sys/hp300/hp300/clockioctl.h (revision 3705696b)
1 /*
2  * Copyright (c) 1989 University of Utah.
3  * Copyright (c) 1990, 1993
4  *	The Regents of the University of California.  All rights reserved.
5  *
6  * This code is derived from software contributed to Berkeley by
7  * the Systems Programming Group of the University of Utah Computer
8  * Science Department.
9  *
10  * %sccs.include.redist.c%
11  *
12  * from: Utah $Hdr: clockioctl.h 1.1 90/07/09$
13  *
14  *	@(#)clockioctl.h	8.1 (Berkeley) 06/10/93
15  */
16 
17 #define	CLOCKMAP	_IOWR('C', 1, int)
18 #define	CLOCKUNMAP	_IOW('C', 2, int)
19 #define	CLOCKGETRES	_IOR('C', 3, int)
20