clockioctl.h revision 1.5
11.5Sdholland/*	$NetBSD: clockioctl.h,v 1.5 2015/09/07 03:49:45 dholland Exp $	*/
21.1Sleo
31.1Sleo/*
41.4Srmind * Copyright (c) 1989 University of Utah.
51.1Sleo * Copyright (c) 1990 The Regents of the University of California.
61.1Sleo * All rights reserved.
71.2Sagc *
81.2Sagc * This code is derived from software contributed to Berkeley by
91.2Sagc * the Systems Programming Group of the University of Utah Computer
101.2Sagc * Science Department.
111.2Sagc *
121.2Sagc * Redistribution and use in source and binary forms, with or without
131.2Sagc * modification, are permitted provided that the following conditions
141.2Sagc * are met:
151.2Sagc * 1. Redistributions of source code must retain the above copyright
161.2Sagc *    notice, this list of conditions and the following disclaimer.
171.2Sagc * 2. Redistributions in binary form must reproduce the above copyright
181.2Sagc *    notice, this list of conditions and the following disclaimer in the
191.2Sagc *    documentation and/or other materials provided with the distribution.
201.2Sagc * 3. Neither the name of the University nor the names of its contributors
211.2Sagc *    may be used to endorse or promote products derived from this software
221.2Sagc *    without specific prior written permission.
231.2Sagc *
241.2Sagc * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
251.2Sagc * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
261.2Sagc * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
271.2Sagc * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
281.2Sagc * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
291.2Sagc * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
301.2Sagc * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
311.2Sagc * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
321.2Sagc * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
331.2Sagc * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
341.2Sagc * SUCH DAMAGE.
351.2Sagc *
361.2Sagc * from: Utah $Hdr: clockioctl.h 1.1 90/07/09$
371.2Sagc *
381.2Sagc *	@(#)clockioctl.h	7.2 (Berkeley) 11/2/90
391.2Sagc */
401.1Sleo
411.5Sdholland#include <sys/ioccom.h>
421.5Sdholland
431.1Sleo#define	CLOCKMAP	_IOWR('C', 1, int)
441.1Sleo#define	CLOCKUNMAP	_IOW('C', 2, int)
451.1Sleo#define	CLOCKGETRES	_IOR('C', 3, int)
46