xref: /csrg-svn/sys/hp300/hp300/clockioctl.h (revision 63157)
141474Smckusick /*
241474Smckusick  * Copyright (c) 1989 University of Utah.
3*63157Sbostic  * Copyright (c) 1990, 1993
4*63157Sbostic  *	The Regents of the University of California.  All rights reserved.
541474Smckusick  *
641474Smckusick  * This code is derived from software contributed to Berkeley by
741474Smckusick  * the Systems Programming Group of the University of Utah Computer
841474Smckusick  * Science Department.
941474Smckusick  *
1041474Smckusick  * %sccs.include.redist.c%
1141474Smckusick  *
1245466Smckusick  * from: Utah $Hdr: clockioctl.h 1.1 90/07/09$
1341474Smckusick  *
14*63157Sbostic  *	@(#)clockioctl.h	8.1 (Berkeley) 06/10/93
1541474Smckusick  */
1641474Smckusick 
1741474Smckusick #define	CLOCKMAP	_IOWR('C', 1, int)
1841474Smckusick #define	CLOCKUNMAP	_IOW('C', 2, int)
1941474Smckusick #define	CLOCKGETRES	_IOR('C', 3, int)
20