clockioctl.h revision 1.1
11.1Schopps/*
21.1Schopps * Copyright (c) 1989 University of Utah.
31.1Schopps * Copyright (c) 1990 The Regents of the University of California.
41.1Schopps * All rights reserved.
51.1Schopps *
61.1Schopps * This code is derived from software contributed to Berkeley by
71.1Schopps * the Systems Programming Group of the University of Utah Computer
81.1Schopps * Science Department.
91.1Schopps *
101.1Schopps * Redistribution and use in source and binary forms, with or without
111.1Schopps * modification, are permitted provided that the following conditions
121.1Schopps * are met:
131.1Schopps * 1. Redistributions of source code must retain the above copyright
141.1Schopps *    notice, this list of conditions and the following disclaimer.
151.1Schopps * 2. Redistributions in binary form must reproduce the above copyright
161.1Schopps *    notice, this list of conditions and the following disclaimer in the
171.1Schopps *    documentation and/or other materials provided with the distribution.
181.1Schopps * 3. All advertising materials mentioning features or use of this software
191.1Schopps *    must display the following acknowledgement:
201.1Schopps *	This product includes software developed by the University of
211.1Schopps *	California, Berkeley and its contributors.
221.1Schopps * 4. Neither the name of the University nor the names of its contributors
231.1Schopps *    may be used to endorse or promote products derived from this software
241.1Schopps *    without specific prior written permission.
251.1Schopps *
261.1Schopps * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
271.1Schopps * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
281.1Schopps * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
291.1Schopps * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
301.1Schopps * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
311.1Schopps * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
321.1Schopps * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
331.1Schopps * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
341.1Schopps * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
351.1Schopps * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
361.1Schopps * SUCH DAMAGE.
371.1Schopps *
381.1Schopps * from: Utah $Hdr: clockioctl.h 1.1 90/07/09$
391.1Schopps *
401.1Schopps *	@(#)clockioctl.h	7.2 (Berkeley) 11/2/90
411.1Schopps *	$Id: clockioctl.h,v 1.1 1994/05/08 05:53:00 chopps Exp $
421.1Schopps */
431.1Schopps
441.1Schopps#define	CLOCKMAP	_IOWR('C', 1, int)
451.1Schopps#define	CLOCKUNMAP	_IOW('C', 2, int)
461.1Schopps#define	CLOCKGETRES	_IOR('C', 3, int)
47